You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: