chibenwa commented on pull request #605:
URL: https://github.com/apache/james-project/pull/605#issuecomment-901056448


   ```
   docker run -d apache/james:memory-latest
   ...
   $ docker exec -ti  
2db5b4f2694619f2e94efbb38101548488d3ed839eedb277da2a1396deb16d42 james-cli 
ListDomains
   localhost
   ListDomains command executed sucessfully in 251 ms.
   ```
   
   This issue is still present with the 3.7.0 release line but apparently only 
for the JPA image.
   
   ```
   $ docker run -d apache/james:jpa-latest
   ...
   $ docker exec -ti 
452d2fe3f6281d78aeb8d321eee00510f8caa51fe75fc62f5542bc67b82d91f0 james-cli 
ListDomains
   12:01:19,363 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could 
NOT find resource [logback-test.xml]
   12:01:19,365 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could 
NOT find resource [logback.groovy]
   12:01:19,366 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found 
resource [logback.xml] at [file:/root/resources/logback.xml]
   12:01:19,458 |-INFO in 
ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not 
set
   12:01:19,460 |-INFO in 
ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Adding 
LoggerContextListener of type 
[ch.qos.logback.classic.jul.LevelChangePropagator] to the object stack
   12:01:19,481 |-INFO in 
ch.qos.logback.classic.jul.LevelChangePropagator@77f1baf5 - Propagating DEBUG 
level on Logger[ROOT] onto the JUL framework
   12:01:19,482 |-INFO in 
ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Starting 
LoggerContextListener
   12:01:19,482 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
   12:01:19,484 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
Naming appender as [CONSOLE]
   12:01:19,485 |-INFO in 
ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default 
type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] 
property
   12:01:19,488 |-WARN in 
ch.qos.logback.classic.encoder.PatternLayoutEncoder@41a2befb - As of version 
1.2.0 "immediateFlush" property should be set within the enclosing Appender.
   12:01:19,488 |-WARN in 
ch.qos.logback.classic.encoder.PatternLayoutEncoder@41a2befb - Please move 
"immediateFlush" property into the enclosing appender.
   12:01:19,535 |-WARN in 
ch.qos.logback.classic.encoder.PatternLayoutEncoder@41a2befb - Setting the 
"immediateFlush" property of the enclosing appender to false
   12:01:19,535 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction 
- Setting level of ROOT logger to WARN
   12:01:19,535 |-INFO in 
ch.qos.logback.classic.jul.LevelChangePropagator@77f1baf5 - Propagating WARN 
level on Logger[ROOT] onto the JUL framework
   12:01:19,535 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - 
Attaching appender named [CONSOLE] to Logger[ROOT]
   12:01:19,536 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - 
Setting level of logger [org.apache.james] to INFO
   12:01:19,536 |-INFO in 
ch.qos.logback.classic.jul.LevelChangePropagator@77f1baf5 - Propagating INFO 
level on Logger[org.apache.james] onto the JUL framework
   12:01:19,536 |-INFO in 
ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
   12:01:19,538 |-INFO in 
ch.qos.logback.classic.joran.JoranConfigurator@6c40365c - Registering current 
configuration as safe fallback point
   
   localhost
   ListDomains command executed sucessfully in 254 ms.
   ```
   
   Well, it loads. I guess we need to review the logback settings to get it a 
bit less verbose.... (Hunt the logback.xml resource on the classpath!)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to