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
I've tried Logback-decoder and found it very interesting; however it cannot parse some log files.
for instance here is my logger layout
%d %X{serverId} %X{user} %X{requestId} %-5level %logger - %msg%n%ex{short}
and this is some lines from my logfile.
2017-07-02 08:49:27,643 BANQTEST 2017-07-02/5656 ae15e0fb-d938-4100-9c7d-3ecfdc23ca05 DEBUG ir.cafebabe.framework.interceptors.BusinessMethodInterceptor - removing method config from the context has been done
2017-07-02 08:49:27,643 BANQTEST 2017-07-02/5656 ae15e0fb-d938-4100-9c7d-3ecfdc23ca05 INFO ir.cafebabe.mappers.GetIBanResponseMapper - Validating input
2017-07-02 08:49:27,644 BANQTEST 2017-07-02/5656 ae15e0fb-d938-4100-9c7d-3ecfdc23ca05 INFO ir.cafebabe.mappers.GetIBanResponseMapper - Converting input
but it doesn't match :(
The text was updated successfully, but these errors were encountered:
I've tried Logback-decoder and found it very interesting; however it cannot parse some log files.
for instance here is my logger layout
%d %X{serverId} %X{user} %X{requestId} %-5level %logger - %msg%n%ex{short}
and this is some lines from my logfile.
2017-07-02 08:49:27,643 BANQTEST 2017-07-02/5656 ae15e0fb-d938-4100-9c7d-3ecfdc23ca05 DEBUG ir.cafebabe.framework.interceptors.BusinessMethodInterceptor - removing method config from the context has been done
2017-07-02 08:49:27,643 BANQTEST 2017-07-02/5656 ae15e0fb-d938-4100-9c7d-3ecfdc23ca05 INFO ir.cafebabe.mappers.GetIBanResponseMapper - Validating input
2017-07-02 08:49:27,644 BANQTEST 2017-07-02/5656 ae15e0fb-d938-4100-9c7d-3ecfdc23ca05 INFO ir.cafebabe.mappers.GetIBanResponseMapper - Converting input
but it doesn't match :(
The text was updated successfully, but these errors were encountered: