You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be useful to be able to enable LOG_URGENCY_DEBUG messages being printed out; they were disabled by default in 936fc4e. The purpose of this PR is to add a --debug command line flag that makes it possible to reenable this at runtime.
If we really wanted it to be cool, we could even make it so that you can do --debug=boot, --debug=fat etc, i.e. enable debug messages from one server only but not the rest of them. However, just having a big, fat --debug parameter could also be a reasonable start.
The text was updated successfully, but these errors were encountered:
This would be useful to be able to enable
LOG_URGENCY_DEBUG
messages being printed out; they were disabled by default in 936fc4e. The purpose of this PR is to add a--debug
command line flag that makes it possible to reenable this at runtime.If we really wanted it to be cool, we could even make it so that you can do
--debug=boot
,--debug=fat
etc, i.e. enable debug messages from one server only but not the rest of them. However, just having a big, fat--debug
parameter could also be a reasonable start.The text was updated successfully, but these errors were encountered: