postgres_driver.nim: debug -> trace put PotsgresDriver (#2667)

This commit is contained in:
Ivan FB 2024-05-03 17:41:14 +02:00 committed by GitHub
parent cee020f26d
commit f8184a6de8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ method put*(
let version = $message.version
let timestamp = $message.timestamp
debug "put PostgresDriver", timestamp = timestamp
trace "put PostgresDriver", timestamp = timestamp
return await s.writeConnPool.runStmt(
InsertRowStmtName,