Skip to content

Commit b39e5da

Browse files
committed
GH-57 - Fix package declaration for example logging.
1 parent b9d4617 commit b39e5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-modulith-example/src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</encoder>
88
</appender>
99

10-
<logger name="org.moduliths" level="info" />
10+
<logger name="org.springframework.modulith" level="info" />
1111
<logger name="example" level="info" />
1212

1313
<root level="error">

0 commit comments

Comments
 (0)