Document possible log level declarations in logback.xml
I was confused when trying to set different log levels in our logback.xml
and even thought it didn't work properly. But it turned out that I just tried to configure an invalid log level. I tried setting WARNING on some classes and packages while one needs to use WARN. This seems like a trap others could run into as well, so I though it might be good to add a comment in the file stating which levels are available.
Edited by Sebastian