Skip to content

Instantly share code, notes, and snippets.

View vule20's full-sized avatar
🎯
Focusing

Vu Le vule20

🎯
Focusing
View GitHub Profile
@kingspp
kingspp / logging.py
Created April 22, 2017 07:14
Python Comprehensive Logging using YAML Configuration
import os
import yaml
import logging.config
import logging
import coloredlogs
def setup_logging(default_path='logging.yaml', default_level=logging.INFO, env_key='LOG_CFG'):
"""
| **@author:** Prathyush SP
| Logging Setup