File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
2 . The Gitea logs, and any other appropriate log files for the situation.
25
25
* The logs are likely to be outputted to console. If you need to collect logs from files,
26
26
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 ` ).
28
28
``` ini
29
29
; To show all SQL logs, you can also set LOG_SQL=true in the [database] section
30
30
[log]
34
34
XORM =console,file
35
35
ENABLE_XORM_LOG =true
36
36
[log.file.router]
37
- FILE_NAME =gitea .log
37
+ FILE_NAME =router .log
38
38
[log.file.xorm]
39
- FILE_NAME =gitea .log
39
+ FILE_NAME =xorm .log
40
40
```
41
41
3. Any error messages you are seeing.
42
42
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.
You can’t perform that action at this time.
0 commit comments