Skip to content

Logging.disable_logging() either broken or docs not clear on usage #34037

Closed
@IanButterworth

Description

@IanButterworth

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behaviordocsThis change adds or pertains to documentationloggingThe logging framework

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions