GenieFramework / GenieFramework/SearchLight.jl

Can´t control logging as expected

Open
#63 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Julia
Stars
149
Forks
18
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.