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

reconcile tomcat logging (requires v24.3) #63

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

labkey-willm
Copy link
Contributor

@labkey-willm labkey-willm commented Feb 29, 2024

Rationale

need to bring Dockerfile's log4j2.xml in line w/ latest updates in the built version.

Note: requires version 24.3 of LabKey.

Related Pull Requests

Changes

  • add optional logging.config to application.properties. Note: file it points to must exist prior to app starting, and LOG4J_CONFIG_FILE env var takes precedence anyway.
  • tchad's not-yet-merged change to remove server/ from directories.

@labkey-willm labkey-willm changed the title reconcile tomcat logging reconcile tomcat logging (requires v24.3) Mar 1, 2024
<!-- category for Mule messages -->
<Logger name="org.mule.MuleManager" level="info"/>

<!--
<Logger name="org.labkey.pipeline.mule.transformers" level="debug"/>
-->
-->

<!-- category for jasper messages -->
<Logger name="org.apache.jasper" level="warn"/>

<!-- application classes -->
<Logger name="org.fhcrc" level="info"/>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The two lines above (comment and org.fhcrc logger) were removed from the product version of this file since they should be covered by the new Root logger. There's no harm in keeping these lines; it's just an inconsistency.

@labkey-stuartm
Copy link
Contributor

Should this target the branch release24.3-Snapshot so that it will be a part of 24.3 release?

@labkey-willm labkey-willm changed the base branch from develop to release24.3-SNAPSHOT March 4, 2024 20:25
@labkey-stuartm labkey-stuartm merged commit dba59e3 into release24.3-SNAPSHOT Mar 5, 2024
7 checks passed
@labkey-stuartm labkey-stuartm deleted the fb_reconcile_tomcat_logging branch March 5, 2024 16:27
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.

4 participants