log-viewer and a default logback FILE_LOG_PATTERN #15
-
We want to add log-viewer to our project but face an issue with a default logback FILE_LOG_PATTERN, that included in spring-boot (it is located here \org\springframework\boot\logging\logback\defaults.xml)
And because of wEx param in the pattern we are getting an error when we try to start our application
Should we check this param in LogbackLogFormat#createNode method? And is there any solutions to fix this issue other than changing default FILE_LOG_PATTERN? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Do you embed LogViewer into your spring-boot application? I can provide a workaround. |
Beta Was this translation helpful? Give feedback.
-
@ellogi , |
Beta Was this translation helpful? Give feedback.
@ellogi ,
Fixed. "wEx" is supported in 0.1.6. Incorrect parsing is fixed too.