-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
git client cluttered since update of container #24951
New issue
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
Comments
Related to #24924 , will do more clean up |
-> Do not output "Trace" level logs from process manager by default #24952 |
Thanks for your work! 😊 |
) The old process manager's `Trace` function by default calls `log.Printf` to output "trace" level logs. That's not ideal because by default the trace level logs should not be outputted. In history it didn't cause problems because there was no other call to the process manager before the logger system's initialization. But if there is any package using the process manager before the "Trace" function gets assigned to the logger system's trace function, the process manager will outputs unexpected verbose messages, this behavior is not expected in most cases. Now, the logger system also uses process manager to manage its goroutine contexts, so it's the time to fix the old "trace" behavior: by default, do not output the trace level messages. Fix #24951
#24952 has been merged and the nightly build has been released. Please try the latest nightly. Sorry for the inconvenience |
@wxiaoguang no inconvenience! |
Description
After a recent update, all ssh interactions with the server produces loads of lines like these:
Gitea Version
1.20.0+dev-923-gabccb86b3
How are you running Gitea?
Podman image
nightly-rootless
(29f8336a623e
)Database
PostgreSQL
The text was updated successfully, but these errors were encountered: