Skip to content

Commit

Permalink
undo additivity=false for org.labkey
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Jun 4, 2024
1 parent 1fde0ce commit 077704e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<!-- application classes -->
<Logger name="org.fhcrc" additivity="false" level="info"/>

<Logger name="org.labkey" additivity="false" level="${env:LOG_LEVEL_LABKEY_DEFAULT:-INFO}" />
<Logger name="org.labkey" level="${env:LOG_LEVEL_LABKEY_DEFAULT:-INFO}" />

<!-- uncomment to enable 'DEBUG' level on external SAML libraries to troubleshoot.
Note: you will also have to set dependency on slf4j lib in saml/build.gradle - uncomment 'slf4j' external libraries and build
Expand Down

0 comments on commit 077704e

Please sign in to comment.