Open Bijnagte opened 3 years ago
Including a log4j2.xml configuration file can cause issues when alternate configuration methods are used. Is there a reason that the file is included in the main sources root vs just for tests?
log4j2.xml
it looks like the same thing is true for the core library which this brings in transitively: https://github.com/SumoLogic/sumologic-java-http-core/blob/master/src/main/resources/log4j2.xml
Including a
log4j2.xml
configuration file can cause issues when alternate configuration methods are used. Is there a reason that the file is included in the main sources root vs just for tests?