Skip to content

Commit 039f52c

Browse files
author
Parvatam
committed
Events
1 parent 0f6192d commit 039f52c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/example/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public void listen()
133133
if (notifications != null) {
134134

135135
for (PGNotification notification : notifications) {
136-
logger.debug("Got notification: " + notification.getName() + notification.getParameter());
136+
logger.info("Got notification: " + notification.getName() + notification.getParameter());
137137
}
138138
}
139139

0 commit comments

Comments
 (0)