Glad you got that sorted. The error levels have always seemed backwards to me since I think of “debug” as the “lowest” severity and “Fatal” has the “highest” severity. Ironically, hwoever, they’re opposite and the number gets lower the more severe it is.
So does root overwrite even the appender level? In my example here I want anything that doesn’t define a min/max (rollingFile) to use the roots min/max FATAL/WARN. In the case of the coldboxTracer though I want to output everything. With root set to WARN I don’t see anything in the tracer.