Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 747 Bytes

File metadata and controls

25 lines (21 loc) · 747 Bytes

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