Page 1 of 1

[0.18.19] Minor issue with log spam

Posted: Tue Apr 21, 2020 11:02 am
by moon69
I try to keep my factorio log trim as possible, but noticed a lot of entries from game engine lately.
Is it something I can do to reduce these 'verbose' or 'warning' messages?

Code: Select all

Verbose SimpleEntityPrototype.cpp:18: simple-entity with name sand-rock-big is marked as count_as_rock_for_filtered_deconstruction but has no mined sound.
Verbose BlueprintLibrary.cpp:65: Loaded external blueprint storage: playerIndex = 0, .........
Warning BlueprintShelf.cpp:825: Record (0, 69) contains an empty blueprint; removing
Many of these lines are really long and/or appear many times.

Cheers.

Re: [0.18.19] Minor issue with log spam

Posted: Tue Apr 21, 2020 8:59 pm
by Rseding91
You have verbose logging enabled and are complaining about the log being verbose? :D

Something doesn't add up there.

Re: [0.18.19] Minor issue with log spam

Posted: Tue Apr 21, 2020 9:04 pm
by Rseding91
The simple-entity one is a bug due to some sound refactoring which I'll fix.

Re: [0.18.19] Minor issue with log spam

Posted: Wed Apr 22, 2020 2:00 pm
by moon69
Apologies - meant as a question rather than complaint!

Verbose option now (re?)discovered and tamed thank you.