mirror of
https://github.com/corda/corda.git
synced 2025-01-26 06:09:25 +00:00
bf8c856a3c
We now maintain a virtual root loger, on which you can set the log level. When any logger logs, it finds the effective log level by going up the parent chain, and finding a meaningful log lvel. Thus, one can now do Logger.getLogger("").setLevel(Level.FINER) and set the log level for all other loggers (that do not specify their own default) to the level specified.