We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6192d commit 039f52cCopy full SHA for 039f52c
1 file changed
src/main/java/com/example/Main.java
@@ -133,7 +133,7 @@ public void listen()
133
if (notifications != null) {
134
135
for (PGNotification notification : notifications) {
136
- logger.debug("Got notification: " + notification.getName() + notification.getParameter());
+ logger.info("Got notification: " + notification.getName() + notification.getParameter());
137
}
138
139
0 commit comments