Debug flags#500
Conversation
|
Yike, Ah, I don't think we want this modification. The messenger service has different "streams" and "priorities": The priority (in descending importance order) can be
FATAL, ALERT, CRIT, ERROR, WARN, NOTICE, INFO, DEBUG
And each stream can be controlled by an entry in the Messenger XML file (default is There exist some predefined alternative configurations: Generally the code isn't built on most sites with I'm very surprised that you got 80 GB of messages unless you somehow enabled that priority for that stream. |
|
On the one hand yes, but every log costs time and a lot of these messages are clearly for debugging and do not contain useful information for the user. I will revise the messages, but I would recommend at least to guard log in parts that get called verry often and do not contribute much. The 80 GB happens after setting splines and something false to debug. |
Starting guarding all debug messages via
as at some point, my log exploded to something like 80GB.
This potentially could also improve (slightly) performance.