This looks like an additivity problem.
I am not familiar with the configuration of the properties file, but there must be a flag when defining the registrar additivity. Setting this parameter to falseshould solve the problem. In addition, using the xml configuration, you can use the log4j option Filter, which is not available in the properties file.
It should be something like this: log4j.logger.my_package.additivity = false
Finally, look at logback if you have never heard of this before
source
share