westonpace commented on issue #34363:
URL: https://github.com/apache/arrow/issues/34363#issuecomment-1452716579

   > I´d like to find out what causes this error. Is it possible to run pyarrow 
commands in a "debugging mode" to get more details?
   
   Try running this before you do anything (before you import `pyarrow.fs`):
   
   ```
   import pyarrow._s3fs
   pyarrow._s3fs.initialize_s3(pyarrow._s3fs.S3LogLevel.Trace)
   ```
   
   You can also try log levels `Debug`, `Info`, `Warn`.  I think it logs to 
stdout or stderr.


-- 
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]

Reply via email to