HuangLiPang / python-logging-template-RotatingFileNameHandler

Python logging template using RotatingFileNameHandler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-logging-template using RotatingFileNameHandler

Python logging config by using dictConfig

Reference

Configuration

logging_config.py

Test File

testLogger.py

test output from testLogger.py

2018-06-27 03:58:15 PM - PID: 68496 - INFO - testLogger.py - info message
2018-06-27 03:58:15 PM - PID: 68496 - WARNING - testLogger.py - warn message
2018-06-27 03:58:15 PM - PID: 68496 - ERROR - testLogger.py - error message
2018-06-27 03:58:15 PM - PID: 68496 - CRITICAL - testLogger.py - critical message

About

Python logging template using RotatingFileNameHandler


Languages

Language:Python 100.0%