On 21Jan2021 15:37, Dan Stromberg wrote:
>I am working on a REST API using Flask.
>
>The API is currently divided across two Python 3.6 modules: update.py and
>vmware_exporters_support.py.
>
>update.py logs the way I want. vmware_exporters_support.py does not log the
>way I want. I want vmware_exp
I am working on a REST API using Flask.
The API is currently divided across two Python 3.6 modules: update.py and
vmware_exporters_support.py.
update.py logs the way I want. vmware_exporters_support.py does not log the
way I want. I want vmware_exporters_support.py to use update.py's logging
form