I use logback for a component running in Tomcat. Currently, I have the logback status written to stdout (and redirected into a tomcat-stdout.log file). All my other logs are written to a file configured in logback.xml. How can I get the logback status written
to that file (ideally just there and not to stdout, but I could also live with that info written twice). I'm aware of
OnPrintStreamStatusListenerBase and
StatusListenerAsList but they seem to be no help for this.