@chetanmeh is there a simple way that im missing to log ALL messages at some level; for example, a common case is to log everything at ERROR. Best i can come up w with is logging the common base packages at ERROR ...
Ex.
- com @ ERROR
- org @ ERROR
etc..