changed logging default

This commit is contained in:
cdozdil
2024-02-18 16:31:49 +03:00
parent 59911f9c9f
commit b84f29e3e0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ void Config::Reload()
LoggingEnabled = readBool("Log", "LoggingEnabled");
if (LoggingEnabled.value_or(false))
if (LoggingEnabled.value_or(true))
{
LogLevel = readInt("Log", "LogLevel");
+1 -1
View File
@@ -1,6 +1,6 @@
; all settings can be set to auto to have the mod control the values
[Log]
;Logging of libxess messages - Default false
;Logging of libxess messages - Default (auto) is true
LoggingEnabled=auto
;Log file, if undefined log_xess_xxxx.log file in current folder