- PySeq version: 0.4.0
- Python version: 3.11
- Operating System: Linux
Description
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.
Description
Those functions introduce more mess than they're worth. For example
configure_from_filedoesn't pass even half of it's kwargs toconfigure_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_seqI 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.