Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
isrsal committed Jan 8, 2013
2 parents 0f26ec5 + cf1b074 commit 3a562a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ spring-mvc-logger

```
<dependency>
<groupId>org.isrsal</groupId>
<groupId>com.github.isrsal</groupId>
<artifactId>spring-mvc-logger</artifactId>
<version>0.2</version>
<version>0.1</version>
</dependency>
```

Expand All @@ -15,7 +15,7 @@ spring-mvc-logger
```
<filter>
<filter-name>loggingFilter</filter-name>
<filter-class>org.isrsal.logging.LoggingFilter</filter-class>
<filter-class>com.github.isrsal.logging.LoggingFilter</filter-class>
</filter>
<filter-mapping>
Expand All @@ -27,7 +27,7 @@ spring-mvc-logger
3. Add to log4j.xml

```
<logger name="org.isrsal.logging.LoggingFilter">
<logger name="com.github.isrsal.logging.LoggingFilter">
<level value="DEBUG"/>
</logger>
```

0 comments on commit 3a562a7

Please sign in to comment.