mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-06-21 02:00:03 +02:00
Backport #26267 by @wxiaoguang 1. Fix the wrong document (add the missing `MODE=`) 2. Add a more friendly log message to tell users to add `MODE=` in their config Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> (cherry picked from commit a7583370462ecd409485606c3d0379adb320cd05)
This commit is contained in:
parent
bd416d0ba9
commit
b97dbf7a9e
2 changed files with 4 additions and 1 deletions
|
@ -102,8 +102,11 @@ MODE = file, file-error
|
|||
|
||||
; by default, the "file" mode will record logs to %(log.ROOT_PATH)/gitea.log, so we don't need to set it
|
||||
; [log.file]
|
||||
; by default, the MODE (actually it's the output writer of this logger) is taken from the section name, so we don't need to set it either
|
||||
; MODE = file
|
||||
|
||||
[log.file-error]
|
||||
MODE = file
|
||||
LEVEL = Error
|
||||
FILE_NAME = file-error.log
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue