Disabled sql query log

This commit is contained in:
kolaente 2019-09-11 19:22:22 +02:00
parent 7f0d1f2ea1
commit 747b169374
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func DBinit() {
}
x.SetMapper(core.GonicMapper{})
x.ShowSQL(true)
x.ShowSQL(false)
x.Logger().SetLevel(core.LOG_DEBUG)
x.Sync(&Kofi{}, &Community{})