ryandotsmith / l2met

Convert a formatted log stream into metrics
http://r.32k.io/l2met-introduction
GNU General Public License v3.0
284 stars 26 forks source link

Support multiple log levels #121

Open mheffner opened 11 years ago

mheffner commented 11 years ago

l2met's operating log output is fairly chatty. That makes it difficult to watch for critical or important output messages. I recommend adding multiple log levels with the ability to set the minimum level to log. Chatty messages should be logged at DEBUG or VERBOSE levels.