mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
postgres_driver.nim: debug -> trace put PotsgresDriver (#2667)
This commit is contained in:
parent
a07cd90954
commit
2a7984b951
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user