amoeba commented on code in PR #38267:
URL: https://github.com/apache/arrow/pull/38267#discussion_r1359772233
##########
docs/source/cpp/env_vars.rst:
##########
@@ -85,6 +85,28 @@ that changing their value later will have an effect.
``libhdfs.dylib`` on macOS, ``libhdfs.so`` on other platforms).
Alternatively, one can set :envvar:`HADOOP_HOME`.
+.. envvar:: ARROW_S3_LOG_LEVEL
+
+ Controls the verbosity of logging produced by S3 calls. Defaults to Fatal
+ which only produces output in the case of fatal errors. Debug is recommended
+ when you're trying to troubleshoot issues.
+
+ Possible values include:
+
+ - ``Fatal`` (the default)
+ - ``Error``
+ - ``Warn``
+ - ``Info``
+ - ``Debug``
+ - ``Trace``
+ - ``Off``
Review Comment:
Done.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]