zeroflag commented on a change in pull request #488:
URL: https://github.com/apache/knox/pull/488#discussion_r707220322
##########
File path:
gateway-server/src/test/java/org/apache/knox/gateway/descriptor/xml/XmlGatewayDescriptorImporterTest.java
##########
@@ -153,7 +154,7 @@ public void testXmlGatewayDescriptorLoadInvalid() throws
IOException {
Reader reader = new StringReader( xml );
// Keep the tests quiet. Ignore the stack trace that ends up being
written to System.out.
- Logger logger = Logger.getLogger( "org.apache.commons.digester3.Digester"
);
+ Logger logger = (Logger)LogManager.getLogger(
"org.apache.commons.digester3.Digester" );
Review comment:
Same as above.
--
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]