Project

General

Profile

« Previous | Next » 

Revision 72ddab96

Added by Andreas Kohlbecker almost 4 years ago

ref #7085 using logback MDC for centralized logging into a rolling file appender and to system out

View differences:

pom.xml
668 668
      <artifactId>jetty-webapp</artifactId>
669 669
      <version>${jetty-version}</version>
670 670
    </dependency>
671
    <dependency>
672
        <groupId>org.eclipse.jetty</groupId>
673
        <artifactId>jetty-webapp-logging</artifactId>
674
        <version>9.4.20.v20190813</version><!-- versioning independent of jetty core -->
675
        <type>pom</type><!-- we only need the dependencies like jul-to-slf4j managed in this pom! -->
676
    </dependency>
671 677
    <dependency>
672 678
      <groupId>org.eclipse.jetty</groupId>
673 679
      <artifactId>jetty-plus</artifactId>

Also available in: Unified diff