Skip to content

fixed default location log4j logging

Workum, Dirk-Jan van requested to merge fix_default_location_log4j into master

After merging !85 (merged) with master branch, we noticed that the intended behaviour of using the pantools database directory for putting the logs was completely ignored. I traced the origin of this bug to the existence of two other Loggers in the meantime implemented in PanTools. Removing these with this merge request will solve the issue and put the logs in their intended place: <database dir>/logs/<log file>.

Still to do:

  • Replace LOG in Annotation.java by the new Pantools.logger
Edited by Workum, Dirk-Jan van

Merge request reports