Fix default logging db

This commit is contained in:
kolaente 2019-11-24 19:00:00 +01:00
parent 9dc419e854
commit 52768926fa
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ func InitDefaultConfig() {
LogEnabled.setDefault(true)
LogErrors.setDefault("stdout")
LogStandard.setDefault("stdout")
LogDatabase.setDefault(false)
LogDatabase.setDefault("off")
LogHTTP.setDefault("stdout")
LogEcho.setDefault("off")
LogPath.setDefault(ServiceRootpath.GetString() + "/logs")