How to Configure Separate Log Files for Access and Service Logs in a Spring Project Using Logback and Logbook? #1881
Replies: 1 comment
-
|
That's a logback question. You need to configure logback to log certain log categories/names to certain files. This might help: https://stackoverflow.com/questions/2488558/logback-to-log-different-messages-to-two-files |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My Spring project is using Logback and Logbook. I want to log access and service separately and create log files project.access.log and project.service.log. Is there a way to configure this?
Beta Was this translation helpful? Give feedback.
All reactions