You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should have a new log level which enables SDK verbose logging. When I debug an issue, I enable SDK verbose logging to see the request/response cycles between s5cmd and the remote endpoint.
Currently we have debug, info and error. --log=debug is used when the cp command skips overriding a file when certain criteria is met, such as cp -n -s -u.
I propose a new level because we can't use debug to print SDK verbose logs, which is not structured. That'd break our --json output.
--log=trace will be used to see what's really happening under the hood. It'll look like this:
I think we should have a new log level which enables SDK verbose logging. When I debug an issue, I enable SDK verbose logging to see the request/response cycles between s5cmd and the remote endpoint.
Currently we have
debug
,info
anderror
.--log=debug
is used when thecp
command skips overriding a file when certain criteria is met, such ascp -n -s -u
.I propose a new level because we can't use
debug
to print SDK verbose logs, which is not structured. That'd break our--json
output.--log=trace
will be used to see what's really happening under the hood. It'll look like this:The text was updated successfully, but these errors were encountered: