-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviordocsThis change adds or pertains to documentationThis change adds or pertains to documentationloggingThe logging frameworkThe logging framework
Description
From the docs on disable_logging()
I believe this should be able to enable the debug logging. Either it's broken or the docs aren't clear on correct usage
julia> using Logging
julia> @debug "hello"
julia> Logging.disable_logging(Logging.BelowMinLevel)
LogLevel(-1000000)
julia> @debug "hello"
julia>
DilumAluthge and JimCircadian
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviordocsThis change adds or pertains to documentationThis change adds or pertains to documentationloggingThe logging frameworkThe logging framework