Skip to content

Commit

Permalink
Remove obsolete logging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Feb 29, 2024
1 parent dd9e9cc commit a61db4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions metasvc-server/webapp/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<include resource="org/springframework/boot/logging/logback/console-appender.xml" />

<logger name="org.mdz.workflow.integrations.prosa" level="debug" additivity="false">
<appender-ref ref="CONSOLE" />
</logger>

<root level="info">
<appender-ref ref="CONSOLE" />
</root>
Expand Down

0 comments on commit a61db4b

Please sign in to comment.