Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 85063dd5
authored
Oct 25, 2014
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logging mdc
1 parent
c82cc14c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
7 deletions
code/moya-parent/pom.xml
code/moya-web/WebContent/WEB-INF/web.xml
code/moya-parent/pom.xml
View file @
85063dd
...
...
@@ -110,7 +110,6 @@
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
<version>
1.1.2
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
net.matlux
</groupId>
...
...
code/moya-web/WebContent/WEB-INF/web.xml
View file @
85063dd
...
...
@@ -28,12 +28,7 @@
req.queryString and req.userAgent to logger MDC -->
<filter>
<filter-name>
MDCInsertingServletFilter
</filter-name>
<filter-class>
fi.codecrew.moya.RobustFilterProxy
</filter-class>
<init-param>
<param-name>
wrapped-class
</param-name>
<param-value>
ch.qos.logback.classic.helpers.MDCInsertingServletFilter
</param-value>
</init-param>
<filter-class>
ch.qos.logback.classic.helpers.MDCInsertingServletFilter
</filter-class>
</filter>
<filter-mapping>
<filter-name>
MDCInsertingServletFilter
</filter-name>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment