jhannes / logevents

An easy-to-extend implementation of SLF4J with batteries included and sensible defaults

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install extra root observers

jhannes opened this issue · comments

It should be possible to install observers at ROOT in addition to the ROOT=... line so that core observers won't be uninstalled when ROOT is changed.

Possible syntax:

ROOT=INFO observer1,observer2, observer3

ROOT.observer4=INFO
ROOT.observer5=DEBUG