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
In this example, the layout class may be specified via env variable, which is useful to switch between different receivers.
However, the APPENDER_CLASS will not be substituted, throwing an error:
A short snippet
In this example, the layout class may be specified via env variable, which is useful to switch between different receivers.
However, the
APPENDER_CLASS
will not be substituted, throwing an error:Is there any particular reason for this behaviour?
It is tempting to "fix" it by changing line #23 to
However, it doesn't seem to be a correct fix, as
SaxEventInterpretationContext interpretationContext
seems to not be used at allThe text was updated successfully, but these errors were encountered: