-
Bug
-
Resolution: Done
-
Major
-
None
-
None
During automatic testing of AS7 expression handling I found logging subsystem pattern attributes were not resolved properly. For example, the following expression:
${exp.test:%K{level}%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n}
would resolve to:
%K{level%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n} %K{level}%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n is the correct value