Skip to content

Commit

Permalink
logback: fix deprecated attribute to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nfi committed Oct 24, 2024
1 parent 7f86408 commit 0baea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/logback.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<configuration>
<conversionRule conversionWord="highlightdark" converterClass="org.contikios.cooja.util.LogbackColor" />
<conversionRule conversionWord="highlightdark" class="org.contikios.cooja.util.LogbackColor" />
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>${logback.layoutPattern:-%highlightdark(%-5level [%thread] [%file:%line] - %msg){}%n}</pattern>
Expand Down

0 comments on commit 0baea7c

Please sign in to comment.