vishesh92 commented on issue #8770: URL: https://github.com/apache/cloudstack/issues/8770#issuecomment-3479296067
@weizhouapache I checked few of the error logs and this is not an error and is expected. This started happening after https://github.com/apache/cloudstack/pull/7131 was merged resulting in changing of logging for unit tests. Earlier we used to see the below error in logs ``` log4j:WARN No appenders could be found for logger (org.apache.cloudstack.managed.context.impl.DefaultManagedContext). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. ``` Now we don't see this. I am assuming the default level with previous version of log4j was set to not log anything. But with log4j2, it logs by default when no config file is found. I believe we can safely close this issue. -- 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]
