LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: A guide to logging in Python (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-a-guide-to-logging-in-python-4175613753/)

LXer 09-13-2017 03:30 PM

LXer: A guide to logging in Python
 
Published at LXer:

There is little*worse as a developer than trying to figure out why an application is not working if you don't know what is going on inside it. Sometimes you can't even tell whether the system is working as designed at all.When applications are running in production, they become black boxes that need to be traced and monitored. One of the simplest, yet most important ways to do so is by logging. Logging allows us—at the time we develop our software—to instruct the program to emit information while the system is running that will be useful for us and our sysadmins.read more

Read More...


All times are GMT -5. The time now is 02:46 PM.