log messages not present in logfile.log and logfileWarningErrors.log
Closed this issue · 1 comments
markusstraub commented
This is probably due to us already using log4j2 instead of log4j.
Possible solutions:
- update to MATSim v15(-SNAPSHOT) because they switched to log4j2 as well
- downgrade our code to log4j v1 (means rewriting many log statements because the {} syntax is not supported by log4j v1)
markusstraub commented
Actually the cause was additivity=false
.