Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not parse log file #5

Open
mortezaadi opened this issue Jul 2, 2017 · 0 comments
Open

Can not parse log file #5

mortezaadi opened this issue Jul 2, 2017 · 0 comments

Comments

@mortezaadi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant