Replies: 1 comment
-
no solution |
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
-
why conversionRule cannot be oerviwited such as below?
I have common config in parent.xml
now I use it in specific module
so I think
b.CustomLogErrorLevelConverter
will be worked for conversionWord oferrorLevel
, by actually it stilla.DefaultErrorLevelConverter
worked. I want to know why? Or how to makeb.CustomLogErrorLevelConverter
worked?Beta Was this translation helpful? Give feedback.
All reactions