Page 1 of 1

Disabling unitsync output

Posted: 01 Sep 2009, 23:46
by Jools
I can't manage to disable unitsync output when starting a spring autohost. During startup I get this output:

Code: Select all

NOTICE   - [SPADS] Initializing SPADS
LogOutput initialized.
Spring 0.80.4.0 (0.80.4-0-ga0534a8{@}-cmake-mingw32)
Available log subsystems: VFS-detail, VFS, ArchiveScanner, unitsync
Enabled log subsystems: unitsync
Enable or disable log subsystems using the LogSubsystems configuration key
  or the SPRING_LOG_SUBSYSTEMS environment variable (both comma separated).
unitsync: loaded, 0.80.4.0 (0.80.4-0-ga0534a8{@}-cmake-mingw32)
However, when going to springsettings.cfg, I already have the line:

Code: Select all

LogSubsystems=
Is this setting overridden somewhere else?

Re: Disabling unitsync output

Posted: 02 Sep 2009, 00:00
by Tobi
You can not disable the default-enabled log subsystems currently. Unitsync uses such a default-enabled log subsystem.

If you just want to disable the output on the console (and keep output in unitsync.log) you may try setting in ~/.springrc:

Code: Select all

StdoutDebug=0