We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dbfcd commit 9e7ea66Copy full SHA for 9e7ea66
docs/content/doc/help/seek-help.en-us.md
@@ -25,8 +25,8 @@ menu:
25
* The logs may be outputted to console by default. If you need to collect logs from files,
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`).
28
- ```
29
- ; To show all SQLs, you could also set LOG_SQL=true in [database] section
+ ```ini
+ ; To show all SQL logs, you can also set LOG_SQL=true in the [database] section
30
[log]
31
LEVEL=debug
32
MODE=console,file
0 commit comments