]> source.dussan.org Git - gitea.git/commit
Change some logging levels (#18421)
authorzeripath <art27@cantab.net>
Sat, 29 Jan 2022 20:52:37 +0000 (20:52 +0000)
committerGitHub <noreply@github.com>
Sat, 29 Jan 2022 20:52:37 +0000 (20:52 +0000)
commitbe77ede9542650185a1a52fff487c3969f07a78e
tree0a7a38e12d7b5a7fd477b56489217304c2ec1267
parente19b9653ea138c2ba9a5325e6fcbc696a0e758a3
Change some logging levels (#18421)

* Change some logging levels

* PlainTextWithBytes - 4xx/5xx this should just be TRACE
* notFoundInternal - the "error" here is too noisy and should be DEBUG
* WorkerPool - Worker pool scaling messages are normal and should be DEBUG

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
modules/context/context.go
modules/queue/workerpool.go