Spring ApplicationContextShutdownBean entries in log
        Posted  
        
            by Eric J.
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Eric J.
        
        
        
        Published on 2009-11-13T06:23:18Z
        Indexed on 
            2010/03/12
            8:07 UTC
        
        
        Read the original article
        Hit count: 371
        
My SpringSource dm Server log is full of lines like the following:
com.springsource.server.kernel.dm.ApplicationContextShutdownBean < void com.springsource.server.kernel.dm.ApplicationContextShutdownBean.onApplicationEvent(ApplicationEvent)
making it hard to spot interesting log events.
How can I turn these log entries off?
© Stack Overflow or respective owner