https://github.com/partho-debnath/python-logging
https://github.com/partho-debnath/python-logging
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/partho-debnath/python-logging
- Owner: partho-debnath
- Created: 2023-11-11T13:54:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T14:03:53.000Z (over 2 years ago)
- Last Synced: 2024-04-18T02:55:18.373Z (about 2 years ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Logging
Software logging is a way to monitor events that occur during software operation. For software development, debugging, and operation, logging is essential.
It is unlikely that you would find the source of the issue if your software fails without any logging records. And it will take a lot of time to find the cause.
By logging, you can create a breadcrumb trail that will help us identify the issue's root cause in the event that something goes wrong.