1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00

set default for enable errorLog to false

This commit is contained in:
postmannen 2022-02-16 09:43:25 +01:00
parent fa7e639223
commit a26f596169

View file

@ -212,7 +212,7 @@ func newConfigurationDefaults() Configuration {
IsCentralAuth: false,
StartPubREQHello: 30,
StartSubREQErrorLog: true,
StartSubREQErrorLog: false,
StartSubREQHello: true,
StartSubREQToFileAppend: true,
StartSubREQToFile: true,