CityofToronto / bdit_volumes

Traffic Volumes Modelling Project
7 stars 6 forks source link

`flow_data_processing.py` is logging in two different locations #76

Open radumas opened 2 years ago

radumas commented 2 years ago

There's stuff getting logged to the terminal (no timestamps) and in parallel stuff getting logged to volume_project.log.

The file log is messages from flow_data_processing.py https://github.com/CityofToronto/bdit_volumes/blob/master/volume_project/flow_data_processing.py

It seems like warnings and errors from PyGresql are not getting printed to the logger for some reason...