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
Those functions introduce more mess than they're worth. For example configure_from_file doesn't pass even half of it's kwargs to configure_from_dict , and they don't even respect the parameters put in the YAML file, instead of preferring to add their own.
This might require a version bump
What do you think, @tintoy ? Because I long abandoned any hope of using these functions and configure my Seq via log_to_seq
I can do it in my spare time, so if you want me to, just assign me to it.
I postulate to re-read the docs on how to implement custom logging and rewrite it.