Rob skrev:
Hello,

I'm a new user and struggling to achieve the following:
1) All "error" messages must go to stdout and a logfile.
2) Based on com.example.myclass level settings, messages also go to logfile.

My problem is I can't get both requirement 1 and 2 working simultaneously. The following results in debug messages going to the console. Using additivity="false" results in errors from com.example.myclass not going to the console.
A possible solution could be:

First make 1 and 2 work for both stdout and logfile without considering that some messages should not go to standard out.

Then add a filter for stdout saying you only want messages from a given level and up.

--
 Thorbjørn Ravn Andersen  "...plus... Tubular Bells!"

_______________________________________________
Logback-user mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-user

Reply via email to