Skip to content

dazza-codes/python-logging-example

 
 

Repository files navigation

python_logging_example

An example for python logging using StdLib.

Prerequisites

To use the yaml configuration file you will need to install pyyaml.

pip install pyyaml

SMTP handler

To use the SMTP handler you need an SMTP server. You can run up a test stmp server on your local machine by running:

python3 -m smtpd -n -c DebuggingServer 127.0.0.1:60025

About

A tutorial for python logging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%