tus / tusd

Reference server implementation in Go of tus: the open protocol for resumable file uploads
https://tus.github.io/tusd
MIT License
3.05k stars 475 forks source link

Logging: how to reduce level from debug to info? #1025

Closed geor-g closed 11 months ago

geor-g commented 11 months ago

I would like to reduce the log amount via lowering the level from debug to info. According to the code, this should be possible via the verbose command line option. However, neither -verbose nor -verbose=false makes this work in my setup. Is this possible at all, currently?

tusd version: 2.0.0

geor-g commented 11 months ago

Disregard, -verbose=false actually works as expected. Sorry for the noise.