kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
58 stars 65 forks source link

Reduce log4j2 configuration of modules. #4849

Open markusweigelt opened 2 years ago

markusweigelt commented 2 years ago

For every module, there are existing two configurations of log4j2 (for application and test).

When logging is changed, there are too many possible configs to adjust.

That should be refactored to single config for application and test.

matthias-ronge commented 2 years ago

In the running application, only one log4j.xml file is used, namely the one in directory webapps/kitodo…/WEB-INF/classes.

I would appreciate it if there was only exactly one file.