aboutsummaryrefslogtreecommitdiffstats
path: root/modules/session
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-05-27 18:55:24 +0800
committerGitHub <noreply@github.com>2023-05-27 10:55:24 +0000
commit7314726babecb04da7f5e38db79c2115f8eedafe (patch)
tree1a7e8ccdc70c01cd425523fef1ce4ec1f30185a6 /modules/session
parent4a58a8ca31cbaa35b41e82da925521afe7946a64 (diff)
downloadgitea-7314726babecb04da7f5e38db79c2115f8eedafe.tar.gz
gitea-7314726babecb04da7f5e38db79c2115f8eedafe.zip
Do not output "Trace" level logs from process manager by default (#24952)
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
Diffstat (limited to 'modules/session')
0 files changed, 0 insertions, 0 deletions