Skip to content

Commit 540f7c3

Browse files
committed
Add missing topic to logger
1 parent 19d9484 commit 540f7c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protocolize-velocity/src/main/java/dev/simplix/protocolize/velocity/netty/ProtocolizeBackendChannelInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @author Exceptionflug
1616
*/
17-
@Slf4j
17+
@Slf4j(topic = "Protocolize")
1818
public class ProtocolizeBackendChannelInitializer extends BackendChannelInitializer {
1919

2020
private final ChannelInitializer<Channel> wrapped;

protocolize-velocity/src/main/java/dev/simplix/protocolize/velocity/netty/ProtocolizeServerChannelInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @author Exceptionflug
1717
*/
18-
@Slf4j
18+
@Slf4j(topic = "Protocolize")
1919
public class ProtocolizeServerChannelInitializer extends ServerChannelInitializer {
2020

2121
private final ChannelInitializer<Channel> wrapped;

0 commit comments

Comments
 (0)