Open rr-nick-tan opened 2 years ago
Thank you for your suggestion.
I will consider whether it can support log4j2, but it may be difficult. (Because Logback Access depends on Logback.)
any progress or a solution for this issue?
Sorry, I don't have a solution for now. If you have a good solution, I would appreciate it if you could suggest it.
Describe the problem you'd like to have solved
our apps use slf4j as facade api, and log4j2 as the implementation. however, to enable accesslog in springboot, we have to introduce logback which causes the conflicts by slf4j binding the wrong implementation. because the both slf4j api implementation are on the JVM classpath
Describe the solution you'd like
i'd like to have the option to select the access log implementation, either log4j2 or logback