-
Notifications
You must be signed in to change notification settings - Fork 54
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
ISPN-16696 Configurable logging pattern #2157
Conversation
@ryanemerson pr to know if I'm in the good direction here |
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.
Good start @karesti 🎉
As well as the changes, the next step is to create a test that ensures a custom pattern is applied to the ConfigMap. It would consist of:
- Create Infinispan CR with 1 replica and a custom log pattern
- Wait for the cluster to form (see TestBaseFunctionality)
- Retrieve the
i.GetConfigName()
and check that thelog4j.xml
contains the expected log pattern.
61bdbf1
to
a72eacb
Compare
@ryanemerson I reported your changes and added docs and tests |
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.
Great work @karesti, just a few very minor comments.
@ryanemerson I think I reviewed all the comments |
https://issues.redhat.com/browse/ISPN-16696