diff --git a/lib/pure/logging.nim b/lib/pure/logging.nim index 4dcf181b80..4720e02e42 100644 --- a/lib/pure/logging.nim +++ b/lib/pure/logging.nim @@ -320,7 +320,7 @@ proc substituteLog*(frmt: string, level: Level, args: varargs[string, `$`]): str method log*(logger: Logger, level: Level, args: varargs[string, `$`]) {. raises: [Exception], gcsafe, - tags: [TimeEffect, WriteIOEffect, ReadIOEffect], base.} = + tags: [RootEffect], base.} = ## Override this method in custom loggers. The default implementation does ## nothing. ##