]> source.dussan.org Git - gitea.git/commit
Add config option to enable or disable log executed SQL (#3726)
authorLunny Xiao <xiaolunwen@gmail.com>
Fri, 30 Mar 2018 14:49:46 +0000 (22:49 +0800)
committerGitHub <noreply@github.com>
Fri, 30 Mar 2018 14:49:46 +0000 (22:49 +0800)
commitd877bf7e15ebd5d9a74e58f3999e3276e76fa15e
tree5534d0ff2a65ae1d17318476e1aae164eb2739ec
parent45d1fc03cb043b585c81d15163184be7691f5fc8
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
custom/conf/app.ini.sample
docs/content/doc/advanced/config-cheat-sheet.en-us.md
docs/content/doc/advanced/config-cheat-sheet.zh-cn.md
models/models.go
modules/setting/setting.go