mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Add config option to enable or disable log executed SQL (#3726)
* add config option to enable or disable log executed SQL * rename ShowSQL to LogSQL
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user