vamseeachanta / assetutilities

Utilities for performing day to day tasks. Helps in automation of day to day business tasks
MIT License
0 stars 2 forks source link

Fix logging #16

Closed vamseeachanta closed 2 weeks ago

vamseeachanta commented 1 month ago

Logging is not working for digitalmodel and assetutilities runs.

https://docs.python.org/3/library/logging.html https://realpython.com/python-logging/

vamseeachanta commented 1 month ago

@samdansk2 please complete literature study.

vamseeachanta commented 2 weeks ago

another article to understand significance of logging https://www.xcitium.com/logging-levels/#:~:text=Logging%20levels%20are%20classified%20into,to%20control%20the%20information%20recorded.

vamseeachanta commented 2 weeks ago

Fixed the no logs problem using the resettting of the handler as given in below https://stackoverflow.com/questions/30861524/logging-basicconfig-not-creating-log-file-when-i-run-in-pycharm