agentsoz / bdi-abm-integration

BDI ABM Integration
GNU Lesser General Public License v3.0
8 stars 13 forks source link

Tidy up EES logging #54

Closed dhixsingh closed 6 years ago

dhixsingh commented 6 years ago

log4j and slf4j are used interdispersed through the EES. On top of that MATSim uses log4j and ships with an embedded log4j.xml config. We should firstly switch to use slf4j for all logging in the BDI-ABM repo, and then in the EES also include a log4j.xml to overwrite any logging config that ships with MATSim.

That way, all loggin in the EES will be controlled through the two files log4j.xml and logback.xml in examples/bushfire/src/main/resources.