-
Notifications
You must be signed in to change notification settings - Fork 7
Best guess at modified entrypoint.sh #136
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
Conversation
|
Nice! This will need many of the changes I made in https://github.com/LabKey/Dockerfile/pull/134/files (esp this one), so that non-LabKey users can build images with their own full log4j configs. (I can pull this branch and add them, if you like). I also think we should rename the new mini log4j config to 'composite.log4j2.xml' or something, so its clear what it is for. And update the readme. |
Modified log4j2 config to only provide overrides
b65b634 to
45db8a9
Compare
labkey-willm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
found a couple things to clean up.
Modified log4j2 config to only provide overrides
Rationale
We need to consolidate our Log4j2.xml configs so that we can more easily update them
Related Pull Requests
Changes