-
Add to your pom.xml
<dependency> <groupId>org.isrsal</groupId> <artifactId>spring-mvc-logger</artifactId> <version>1.0</version> </dependency>
-
Add to web.xml ` loggingFilter org.isrsal.logging.LoggingFilter
- Add to log4j.xml
<logger name="org.isrsal.logging.LoggingFilter"> <level value="DEBUG"/> </logger>