logback-decoder icon indicating copy to clipboard operation
logback-decoder copied to clipboard

Can not parse log file

Open mortezaadi opened this issue 7 years ago • 0 comments

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 :(

mortezaadi avatar Jul 02 '17 10:07 mortezaadi