amoeba commented on issue #38032:
URL: https://github.com/apache/arrow/issues/38032#issuecomment-1756263462

   Right, running `pyarrow._s3fs.initialize_s3(pyarrow._s3fs.S3LogLevel.Debug)` 
should immediately start printing to stdout. For reference, with pyarrow 13 I 
see:
   
   ```
   Python 3.11.0 (main, Oct 26 2022, 04:18:06) [GCC 10.2.1 20210110] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import pyarrow._s3fs
   >>>
   >>> pyarrow._s3fs.initialize_s3(pyarrow._s3fs.S3LogLevel.Debug)
   [INFO] 2023-10-10 21:06:50.573 Aws_Init_Cleanup [281473376709936] Initiate 
AWS SDK for C++ with Version:1.10.55
   [DEBUG] 2023-10-10 21:06:50.573 FileSystemUtils [281473376709936] 
Environment value for variable HOME is /root
   [DEBUG] 2023-10-10 21:06:50.573 FileSystemUtils [281473376709936] Home 
directory is missing the final / appending one to normalize
   [DEBUG] 2023-10-10 21:06:50.573 FileSystemUtils [281473376709936] Final Home 
Directory is /root/
   [INFO] 2023-10-10 21:06:50.573 Aws::Config::AWSConfigFileProfileConfigLoader 
[281473376709936] Initializing config loader against fileName 
/root/.aws/credentials and using profilePrefix = 0
   // continues...
   ```


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to