mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-10 06:15:44 +00:00
86b37bf72e
In order to avoid unused warning and more importantly to make sure all log statements work.
6 lines
93 B
Nim
6 lines
93 B
Nim
import chronicles
|
|
|
|
{.used.}
|
|
|
|
when defined(chronicles_runtime_filtering):
|
|
setLogLevel(ERROR) |