mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-24 08:23:06 +00:00
fix missing logging import
This commit is contained in:
parent
24b56c8d2b
commit
77c85a8876
@ -1,10 +1,10 @@
|
||||
import
|
||||
chronicles, httputils, chronos, websock/websock,
|
||||
websock/extensions/compression/deflate,
|
||||
stew/byteutils,
|
||||
stew/byteutils, json_serialization/std/net,
|
||||
".."/[errors, server]
|
||||
|
||||
export server
|
||||
export server, net
|
||||
|
||||
logScope:
|
||||
topics = "JSONRPC-WS-SERVER"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user