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