mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
postgres_driver.nim: debug -> trace put PotsgresDriver (#2667)
This commit is contained in:
parent
cee020f26d
commit
f8184a6de8
@ -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