Skip to content

Commit 184bf08

Browse files
authored
Use different log names to avoid conflicts
1 parent 36d4696 commit 184bf08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/doc/help/seek-help.en-us.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ menu:
2424
2. The Gitea logs, and any other appropriate log files for the situation.
2525
* The logs are likely to be outputted to console. If you need to collect logs from files,
2626
you could copy the following config into your `app.ini` (remove all other `[log]` sections),
27-
then you can find the `gitea.log` in Gitea's log directory (default: `%(GITEA_WORK_DIR)/log`).
27+
then you can find the `*.log` files in Gitea's log directory (default: `%(GITEA_WORK_DIR)/log`).
2828
```ini
2929
; To show all SQL logs, you can also set LOG_SQL=true in the [database] section
3030
[log]
@@ -34,9 +34,9 @@ menu:
3434
XORM=console,file
3535
ENABLE_XORM_LOG=true
3636
[log.file.router]
37-
FILE_NAME=gitea.log
37+
FILE_NAME=router.log
3838
[log.file.xorm]
39-
FILE_NAME=gitea.log
39+
FILE_NAME=xorm.log
4040
```
4141
3. Any error messages you are seeing.
4242
4. When possible, try to replicate the issue on [try.gitea.io](https://try.gitea.io) and include steps so that others can reproduce the issue.

0 commit comments

Comments
 (0)