Does the following work? <logger name="<<>>" level="ERROR"/>
Derek On Tue, Aug 10, 2010 at 11:36 AM, Juraj Petko <[email protected]> wrote: > hello, how could i set logging level to ERROR for such an logger: > LoggerFactory.getLogger("<< " + name + " >>"); > > tried this in logback.xml, but doesn't work: > > <logger name="<<"> > <level value="ERROR" /> > </logger> > > thanks a lot, j _______________________________________________ Logback-user mailing list [email protected] http://qos.ch/mailman/listinfo/logback-user
