mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-06 23:53:09 +00:00
proper name for topics so that we can filter dynamically using chronicles
This commit is contained in:
parent
ecf49a0632
commit
271512c161
@ -3,7 +3,7 @@ import chronicles, httputils, chronos
|
||||
import ../server
|
||||
|
||||
logScope:
|
||||
topic = "JSONRPC-HTTP-SERVER"
|
||||
topics = "JSONRPC-HTTP-SERVER"
|
||||
|
||||
const
|
||||
MaxHttpHeadersSize = 8192 # maximum size of HTTP headers in octets
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user