Skip to content

Commit

Permalink
Put logs at the "error" level
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Dubois committed Mar 1, 2013
1 parent 7eca0eb commit 2c9a371
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/logback.xml
Expand Up @@ -14,11 +14,11 @@
</encoder>
</appender>

<logger name="org.springframework.samples.petclinic" level="debug"/>

<logger name="org.springframework.web.servlet.view" level="debug"/>
<logger name="org.springframework.samples.petclinic" level="error"/>

<root level="info">
<logger name="org.springframework.web.servlet.view" level="error"/>

<root level="error">
<appender-ref ref="console"/>
</root>
</configuration>

0 comments on commit 2c9a371

Please sign in to comment.