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
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