We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even if the single binary is started without Debug output enabled, there is a lot of logging from tusd, such as:
... [tusd] 2022/10/12 18:14:50 event="RequestIncoming" method="PATCH" path="/d13153ac-b6c9-4ed9-8bad-ee4fea715a16" requestId="" [tusd] 2022/10/12 18:14:50 event="ChunkWriteStart" id="d13153ac-b6c9-4ed9-8bad-ee4fea715a16" maxSize="21504" offset="0" [tusd] 2022/10/12 18:14:50 event="ChunkWriteComplete" id="d13153ac-b6c9-4ed9-8bad-ee4fea715a16" bytesWritten="21504" ...
Should not appear.
The text was updated successfully, but these errors were encountered:
Yes. It annoyed me too. Here is the fix: cs3org/reva#3552
Sorry, something went wrong.
kobergj
No branches or pull requests
Describe the bug
Even if the single binary is started without Debug output enabled, there is a lot of logging from tusd, such as:
Should not appear.
The text was updated successfully, but these errors were encountered: