Open DeoLeung opened 11 months ago
currently do logging.getlogger('ossfs')
and set logging level to disable it
also I'm curious about
exists
check, isn't object check enough? I saw it check bucket first, which may require extra permission, like getbucketinfo
write, wb
, I saw logging it does some head, append job, should it be a simple putObject
?
I'm using
AioOSSFileSystem
in my code
when debug is on
this hangs my terminal which keeps logging forever