-
Notifications
You must be signed in to change notification settings - Fork 221
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
[New Feature]: API Logging Improvements: per capp logging #3429
Comments
Per capp logging support was introduced earlier by [1]. But later it was removed when moving to log4j2. Now, the fix is added with PR [2] [3] to bring it back with log4j2 support. You can add %X{Artifact-Container} in the log pattern in log4j.properties file. For example:
Then it will append a content with capp name in the logs:
[1] wso2/wso2-synapse#286 Thanks |
This is related to wso2/micro-integrator#3429
This PR contains integration tests for [1] [1] wso2#3429
Description
Even though we have per-API-based logging, it does not cater to the complete requirement of having a single log file for an integration. The requirement is to introduce per capp logging
Describe your problem(s)
No response
Describe your solution(s)
No response
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: