Re: Python flask logging: two different formats, but want one format

2021-01-21 Thread Cameron Simpson
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

Python flask logging: two different formats, but want one format

2021-01-21 Thread Dan Stromberg
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