GateNLP / gate-core

The GATE Embedded core API and GATE Developer application
GNU Lesser General Public License v3.0
78 stars 29 forks source link

correctly configure Log4J 2 #107

Closed greenwoodma closed 4 years ago

greenwoodma commented 4 years ago

we've made the jump to Log4J 2 given that Log4J has been abandoned. This hasn't required code changes as we use the bridge API, but we do need a new configuration file. There is a converter to do this automatically but it seems to result in us logging everything and not ignoring anything at all

https://logging.apache.org/log4j/2.x/log4j-1.2-api/apidocs/org/apache/log4j/config/Log4j1ConfigurationConverter.html

greenwoodma commented 4 years ago

superseded by #109