You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
Is it possible to have the opportunity to add JSON Logger to a Mule Domain?
Background:
We added the JSON Logger to our domain, just to reduce the size of our many applications.
We made a config for the logger in both the mule domain and the application that uses the domain.
We added identical loggers and just modified the configs on them (One from the domain and the other from application)
Result:
Domain config. Logged applicationName as the mule-domain, in logs/mule_ee.log file.
Application config. Logged applicationName as the name of the application, in logs/mule_ee.log file.
We have a lot of applications and it is a bit hard to use the log files if it is mixed up.
Is it possible, somehow, in scenario 2) to have the application logging to the file that is configured in the applications log4j2.xml file? Or any suggestions on how to accomplish this?
Regards Anders Westman
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to have the opportunity to add JSON Logger to a Mule Domain?
Background:
We added the JSON Logger to our domain, just to reduce the size of our many applications.
We made a config for the logger in both the mule domain and the application that uses the domain.
We added identical loggers and just modified the configs on them (One from the domain and the other from application)
Result:
We have a lot of applications and it is a bit hard to use the log files if it is mixed up.
Is it possible, somehow, in scenario 2) to have the application logging to the file that is configured in the applications log4j2.xml file? Or any suggestions on how to accomplish this?
Regards Anders Westman
The text was updated successfully, but these errors were encountered: