You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "amoeba (via GitHub)" <gi...@apache.org> on 2023/05/03 22:45:42 UTC

[GitHub] [arrow] amoeba commented on a diff in pull request #35398: GH-35260: [R] Add s3_init helper for adjusting log level

amoeba commented on code in PR #35398:
URL: https://github.com/apache/arrow/pull/35398#discussion_r1184376906


##########
r/R/filesystem.R:
##########
@@ -442,6 +442,57 @@ default_s3_options <- list(
   request_timeout = -1
 )
 
+# Enumerate possible values for AWS SDK log levels, used by s3_init
+s3_log_levels <- c("off", "fatal", "error", "warn", "info", "debug", "trace")

Review Comment:
   Good point, seems fine to just do that.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org