mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
Put logs at the "error" level
This commit is contained in:
parent
7eca0ebabe
commit
2c9a37179d
1 changed files with 4 additions and 4 deletions
|
@ -14,11 +14,11 @@
|
|||
</encoder>
|
||||
</appender>
|
||||
|
||||
<logger name="org.springframework.samples.petclinic" level="debug"/>
|
||||
<logger name="org.springframework.samples.petclinic" level="error"/>
|
||||
|
||||
<logger name="org.springframework.web.servlet.view" level="debug"/>
|
||||
<logger name="org.springframework.web.servlet.view" level="error"/>
|
||||
|
||||
<root level="info">
|
||||
<root level="error">
|
||||
<appender-ref ref="console"/>
|
||||
</root>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in a new issue