garydgregory commented on code in PR #824: URL: https://github.com/apache/logging-log4j2/pull/824#discussion_r852906491
########## log4j-core/src/test/resources/AsyncWaitStrategyFactoryConfigGlobalLoggerTest.xml: ########## @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Configuration name="asyncwait-global1" > + <!-- packages="org.apache.logging.log4j.core.async" --> + + <AsyncWaitStrategyFactory + class="org.apache.logging.log4j.core.async.AsyncWaitStrategyFactoryConfigTest$YieldingWaitStrategyFactory" /> + + <Appenders> + <List name="WaitStrategyAppenderList" /> + </Appenders> + + <Loggers> + <Root level="info"> + <AppenderRef ref="WaitStrategyAppenderList"/> + </Root> + </Loggers> +</Configuration> Review Comment: Files should end with an EOL. -- 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]
