mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-03-02 10:23:07 +00:00
# Conflicts: # library/libstorage.nim # Conflicts: # storage/rest/api.nim # storage/storage.nim
11 lines
237 B
Nim
11 lines
237 B
Nim
when not defined(nimscript):
|
|
import pkg/storage/logutils
|
|
|
|
proc ignoreLogging(level: LogLevel, message: LogOutputStr) =
|
|
discard
|
|
|
|
defaultChroniclesStream.output.writer = ignoreLogging
|
|
|
|
{.warning[UnusedImport]: off.}
|
|
{.used.}
|