Skip to content

logging() in .juliarc.jl does not work #24028

@chakravala

Description

@chakravala

This is an issue related to #16213

The logging function does not have any effect when used from .juliarc.jl

For example, in my case I needed to overwrite the Base.show_delim_array method so I used

logging(DevNull,Base,:show_delim_array;kind=:warn)

as explained on discourse

Using this in the REPL after julia has loaded is no problem, but it does not work from .juliarc.jl and the warnings are still displayed anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions