>The app (Shibboleth) starts fine, but I get no mail when an ERROR event is
>triggered.
Hi! Could you please also do the following from your application code:
logger.error("should go to SMTP");
LoggerContext lc = (LoggerContext) LoggerFactory.getILoggerFactory();
StatusPrinter.print(lc);
this will print all logback errors that got accumulated
in logback's internal datastructures.
Alternatively if JMX monitoring is configured
please use JConsole to browse logback status messages.
Chances are you'd find something useful there.
Regards,
Anton
logback user
_______________________________________________
Logback-user mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-user