mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 13:33:10 +00:00
11 lines
230 B
Nim
11 lines
230 B
Nim
when not defined(nimscript):
|
|
import pkg/chronicles
|
|
|
|
proc ignoreLogging(level: LogLevel, message: LogOutputStr) =
|
|
discard
|
|
|
|
defaultChroniclesStream.output.writer = ignoreLogging
|
|
|
|
{.warning[UnusedImport]:off.}
|
|
{.used.}
|