Skip to content

Commit 72e69bb

Browse files
committed
Remove the use of the deprecated packages attribute
1 parent fb149bc commit 72e69bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/resources/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<Configuration status="WARN" monitorInterval="30" packages="org.togetherjava.tjbot.logging">
2+
<Configuration status="WARN" monitorInterval="30">
33
<Appenders>
44
<Console name="Console" target="SYSTEM_OUT">
55
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>

0 commit comments

Comments
 (0)