minimize debug output
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2024-12-02 10:26:55 +01:00
parent ecceb5baa3
commit d66483cdf3
Signed by: wn
GPG Key ID: 18FDFA577A8871AD

View File

@ -29,7 +29,7 @@ func InputArchiver() {
}
func handleMessage(message database.Message) {
log.Printf("Archiving Timestamp: %s, Topic: %s, Payload: %s", message.Time, message.Topic, message.Payload)
// log.Printf("Archiving Timestamp: %s, Topic: %s, Payload: %s", message.Time, message.Topic, message.Payload)
dbh.StoreMessage(&message)
counter.S("Stored")
}