Skip to content

Commit

Permalink
Issue #5996 - cleanup logback-access.mod
Browse files Browse the repository at this point in the history
+ Moved to /jetty-home/ to align with other logging type modules
+ Correct dependencies

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Feb 23, 2021
1 parent 9effce7 commit be8e679
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
@@ -1,28 +1,22 @@
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables logback request log.
Enables logback access request log.

[tags]
requestlog
logging
logback

[depend]
[depends]
logging-logback
server
logback-impl
resources

[provide]
requestlog-impl

[xml]
etc/jetty-logback-access.xml

[files]
logs/
basehome:modules/logback-access/jetty-logback-access.xml|etc/jetty-logback-access.xml
basehome:modules/logback-access/logback-access.xml|resources/logback-access.xml
basehome:modules/logging/logback-access
maven://ch.qos.logback/logback-access/${logback.version}|lib/logback/logback-access-${logback.version}.jar

[lib]
Expand Down

This file was deleted.

0 comments on commit be8e679

Please sign in to comment.