Disabling unitsync output

Disabling unitsync output

Discuss your problems with the latest release of the engine here. Problems with games, maps or other utilities belong in their respective forums.

Moderator: Moderators

Post Reply
User avatar
Jools
XTA Developer
Posts: 2816
Joined: 23 Feb 2009, 16:29

Disabling unitsync output

Post 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?
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: Disabling unitsync output

Post 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
Post Reply

Return to “Help & Bugs”