Page 1 of 1
Disable console messages?
Posted: Thu Aug 03, 2017 9:02 pm
by HactarCE
The "[LTN] Creating delivery from X to Y: Z" messages are very useful for debugging, but they are starting to become a nuisance. Is there any way to disable them?
Re: Disable console messages?
Posted: Fri Aug 04, 2017 5:12 am
by Optera
Console message verbosity can be set with Message Level.
Re: Disable console messages?
Posted: Fri Aug 04, 2017 6:38 pm
by HactarCE
Optera wrote:Console message verbosity can be set with Message Level.
I can't find any documentation for that in the main forum post. I found "ltn-interface-console-level" in mod-settings.json, but I don't know what values it takes. (Right now it's "2: notifications") Is there an in-game interface to modify this?
Re: Disable console messages?
Posted: Fri Aug 04, 2017 8:23 pm
by Optera
LTN settings are under Options - Mods - Map
Re: Disable console messages?
Posted: Fri Aug 04, 2017 8:36 pm
by HactarCE
Optera wrote:LTN settings are under Options - Mods - Map
Thank you very much!
Re: Disable console messages?
Posted: Mon Oct 29, 2018 2:51 pm
by PunPun
Changed the setting and nothing changed. I still get the messages. Apparently these are saved into the savegame. How do you change this setting on an existing save?
Edit NWM. I tought you could not use the ingame menu to change a headless servers settings but apparently you can.
Re: Disable console messages?
Posted: Thu Nov 01, 2018 3:57 pm
by paulizleet
Is it possible to disable certain debug messages and not others? I'd like to know when my trains timeout but to see them I also have to go through a flood of "No station providing XYZ found"
Re: Disable console messages?
Posted: Thu Nov 01, 2018 4:03 pm
by Optera
paulizleet wrote: Thu Nov 01, 2018 3:57 pm
Is it possible to disable certain debug messages and not others? I'd like to know when my trains timeout but to see them I also have to go through a flood of "No station providing XYZ found"
Warnings like "no station supplying x found" can be suppressed on a per requester basis by sending the Disable Warnings signal into requester.
I've added this to remove spam from stations permanently set to request, emulating active provider behavior.
Re: Disable console messages?
Posted: Thu Nov 01, 2018 8:52 pm
by paulizleet
Thank you!