private static final Logger logger = LoggerFactory.getLogger(StartupListener.class);
@Override
public void contextInitialized(ServletContextEvent e) {
System.setOut(new MutingPrintStream(new ByteArrayOutputStream(), System.out));
logger.info("Computoser startup successful");
}