Uh oh!
There was an error while loading. Please reload this page.
fix: migrate legacy dir.logs log4j property - #275
Merged
mgaffigan merged 2 commits intoMar 31, 2026
Merged
Conversation
mgaffiganforce-pushed
the
copilot/fix-log4j2-properties-invalid-line
branch
4 times, most recently
from
March 27, 2026 17:37
bbf0117 to
71a5c24Comparemgaffiganforce-pushed
the
copilot/fix-log4j2-properties-invalid-line
branch
from
March 27, 2026 17:42
71a5c24 to
d17ee13Comparemgaffigan
marked this pull request as ready for review
March 27, 2026 17:44
mgaffigan
requested review from
a team, NicoPiel, gibson9583, jonbartels, kayyagari, kpalang, ssrowe and tonygermano
and removed request for
a teamMarch 27, 2026 17:44
jonbartels
requested changes
Mar 27, 2026
Uh oh!
There was an error while loading. Please reload this page.
jonbartels
approved these changes
Mar 30, 2026
NicoPiel
approved these changes
Mar 31, 2026
kayyagari
approved these changes
Mar 31, 2026
Fixes a crash on boot caused by dir.logs set in log4j2.properties, which is not supported in log4j2. Cannot use normal migration infra since log4j is initialized early in the boot processs (before classpath is fully set up). Issue: OpenIntegrationEngine#267 Signed-off-by: Mitch Gaffigan <mgaffigan@users.noreply.github.com>
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
mgaffiganforce-pushed
the
copilot/fix-log4j2-properties-invalid-line
branch
from
March 31, 2026 16:55
d17ee13 to
cf6f4d5CompareUh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes a crash on boot caused by dir.logs set in log4j2.properties, which is not supported in log4j2. Cannot use normal migration infra since log4j is initialized early in the boot processs (before classpath is fully set up).
Closes#267