mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-29 21:13:14 +00:00
changed logging default
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user