diff --git a/base/logging/logging.jl b/base/logging/logging.jl index a1a8417bcb388..a9e41777f29b8 100644 --- a/base/logging/logging.jl +++ b/base/logging/logging.jl @@ -117,7 +117,7 @@ filtered, before any other work is done to construct the log record data structure itself. # Examples -```julia-repl +```jldoctest; setup = :(import Logging) julia> Logging.LogLevel(0) == Logging.Info true ```