diff options
Diffstat (limited to 'custom/conf/app.ini.sample')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 7876f0a7b6..3bd5a9c270 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -210,6 +210,8 @@ PATH = data/gitea.db SQLITE_TIMEOUT = 500 ; For iterate buffer, default is 50 ITERATE_BUFFER_SIZE = 50 +; Show the database generated SQL +LOG_SQL = true [indexer] ISSUE_INDEXER_PATH = indexers/issues.bleve |