mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 20:59:31 +01:00
rotate unusual logs and stop stacktracing (#6935)
This commit is contained in:
parent
e63274ee09
commit
c0fc6cd9a8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ func NewGitLogger(logPath string) {
|
|||
}
|
||||
|
||||
GitLogger = newLogger("git", 0)
|
||||
GitLogger.SetLogger("file", "file", fmt.Sprintf(`{"level":"TRACE","filename":"%s","rotate":false}`, logPath))
|
||||
GitLogger.SetLogger("file", "file", fmt.Sprintf(`{"level":"TRACE","filename":"%s","rotate":true,"maxsize":%d,"daily":true,"maxdays":7,"compress":true,"compressionLevel":-1, "stacktraceLevel":"NONE"}`, logPath, 1<<28))
|
||||
}
|
||||
|
||||
// GetLevel returns the minimum logger level
|
||||
|
|
Loading…
Reference in a new issue