[TESTS] increase test-sqlite log level to Trace
It does not pollute the output because they go to sqlite-log/gitea.log and it may provide clues for debugging. When trying to figure out a problem in production, Debug is likely to be used but in a development environment a very fine grain log is the most useful. If that's really too much noise, the lines can be trimmed by removing all those with [T].
This commit is contained in:
parent
a9839e009f
commit
666b02eb9d
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ LEVEL = Info
|
|||
COLORIZE = true
|
||||
|
||||
[log.file]
|
||||
LEVEL = Debug
|
||||
LEVEL = Trace
|
||||
|
||||
[security]
|
||||
PASSWORD_HASH_ALGO = argon2
|
||||
|
|
Loading…
Reference in a new issue