Skip to content

Commit d64a187

Browse files
committed
Change update log messages from INFO to DEBUG
since they just spam the output when no operation is done
1 parent 924449c commit d64a187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func updateRecords(c configuration) {
8080
log.Fatal(err)
8181
}
8282

83-
log.Info("Updating records")
83+
log.Debug("Updating records")
8484
ipv4address, ipv6address := getIpAddresses(c, wtfismyipClient{})
8585

8686
ctx := context.Background()
@@ -106,5 +106,5 @@ func updateRecords(c configuration) {
106106
}).Error(err)
107107
}
108108
}
109-
log.Info("Records updated")
109+
log.Debug("Records updated")
110110
}

0 commit comments

Comments
 (0)