mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 06:53:12 +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 version = $message.version
|
||||||
let timestamp = $message.timestamp
|
let timestamp = $message.timestamp
|
||||||
|
|
||||||
debug "put PostgresDriver", timestamp = timestamp
|
trace "put PostgresDriver", timestamp = timestamp
|
||||||
|
|
||||||
return await s.writeConnPool.runStmt(
|
return await s.writeConnPool.runStmt(
|
||||||
InsertRowStmtName,
|
InsertRowStmtName,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user