Message types: DEBUG, INFO, WARNING, ERROR
gaborcsardi opened this issue · 5 comments
gaborcsardi commented
Probably simply:
"!DEBUG debug message"
"!INFO info message"
"!WARN warning message
"!ERR error message"
WARN
or WARNING
should both work, just like ERR
and ERROR
.
gaborcsardi commented
This is not so crucial, actually...
krlmlr commented
Verbosity levels would be handy e.g. for revdepcheck -- the messages that are printed when polling the queue should only be needed in verbose-verbose-verbose mode.
gaborcsardi commented
Yeah, I think there is an issue for this already, no?
gaborcsardi commented
Oh, yes, this is it. :)
gaborcsardi commented
I decided that we don't need message types, and just implemented verbosity levels, so I am closing this.