Fixing vague error messages cause new error #6032
Unanswered
daniel-ls-howard
asked this question in
Q&A
Replies: 2 comments
-
This is due to change from log4j to log4j2. The following should let you set the logging level for a logger at runtime: |
Beta Was this translation helpful? Give feedback.
0 replies
-
An alternative, holistic approach can be found here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
A while ago I was trying to solve a problem where the logger wasn't specific enough when logging errors:
I found this post:
https://forums.mirthproject.io/forum/mirth-connect/support/14933-vague-error-message
That recommended setting the logger name based on the channel/destination names.
This worked fine under Java 11/Mirth 3.12 but under Java 17/Mirth 4.4.2 I get a script error:
Any ideas?
TIA
Beta Was this translation helpful? Give feedback.
All reactions