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…
Reference in New Issue