-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
type:enhancementAn enhancement or improvement.An enhancement or improvement.
Description
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
Metadata
Metadata
Assignees
Labels
type:enhancementAn enhancement or improvement.An enhancement or improvement.