Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add additivity="false" where missing to prevent double logs #97

Merged
merged 1 commit into from
May 15, 2024

Conversation

labkey-willm
Copy link
Contributor

Rationale

the <Root level="info"> block at the start of the Loggers could cause the subsequent calls to create double logs. Settingadditivity="false" will prevent that.

https://logging.apache.org/log4j/2.x/manual/configuration.html#Additivity

Related Pull Requests

Changes

@labkey-willm labkey-willm merged commit 1fde0ce into develop May 15, 2024
6 checks passed
@labkey-willm labkey-willm deleted the fb_prevent_double_logs branch May 15, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants