Remove chatty debug log
This commit is contained in:
parent
45643e8369
commit
6338d9f3f3
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ func listenAndDoOneJob(ctx context.Context) error {
|
|||
}
|
||||
|
||||
for {
|
||||
log.Debug().Msg("wait for notification")
|
||||
//log.Debug().Msg("wait for notification")
|
||||
notification, err := conn.Conn().WaitForNotification(ctx)
|
||||
if err != nil {
|
||||
//if !pgconn.Timeout(err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue