Skip to content

Can´t control logging as expected #63

Description

@michaelfliegner

I would expect this function to create a connect with Logging configured to leglevel error.
But I still get Info messages in my logs

function connect0()
let conf = SearchLight.Configuration.load()
setfield!(SearchLight.config, :log_queries, true)
setfield!(SearchLight.config, :log_level, Logging.Error)
SearchLight.connect(conf)
end
end

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