Disable console messages?
Moderator: Optera
Disable console messages?
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?
Console message verbosity can be set with Message Level.
My Mods: mods.factorio.com
Re: Disable console messages?
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?Optera wrote:Console message verbosity can be set with Message Level.
Re: Disable console messages?
LTN settings are under Options - Mods - Map
My Mods: mods.factorio.com
Re: Disable console messages?
Thank you very much!Optera wrote:LTN settings are under Options - Mods - Map
Re: Disable console messages?
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.
Edit NWM. I tought you could not use the ingame menu to change a headless servers settings but apparently you can.
-
- Burner Inserter
- Posts: 9
- Joined: Fri Jul 07, 2017 9:37 pm
- Contact:
Re: Disable console messages?
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?
Warnings like "no station supplying x found" can be suppressed on a per requester basis by sending the Disable Warnings signal into requester.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"
I've added this to remove spam from stations permanently set to request, emulating active provider behavior.
My Mods: mods.factorio.com
-
- Burner Inserter
- Posts: 9
- Joined: Fri Jul 07, 2017 9:37 pm
- Contact:
Re: Disable console messages?
Thank you!