Hi, > On 26. Jul 2024, at 12:42, Peter Abramowitsch <pabramowit...@gmail.com> wrote: > > The log4j team themselves say that bundling property files inside > distributed jars is good practice and it took a while to track this down. > Should we officially remove them from the ctakes-core build?
IMHO: Logging configuration files can be bundled at the level of an application distribution but they should not be bundled in JARs that could be used as library dependencies. I'm not too familiar with the cTAKES distribution, but assuming there is a ZIP distribution with some command line or UI tools - that should have a logging configuration. The actual JARs that do the work, e.g. the UIMA components etc. - they should not have a logging configuration file. You can have test logging configurations in the `src/test/resources` folders though. -- Richard