An open API service indexing awesome lists of open source software.

https://github.com/amazingcoderpro/log_config

封装了logger配置,方便使用日志系统.Provide a function for anyone who want to configure log parameters easily, just call init_log_config when your app start up, the you can use the module of logging which build-in python3 without any other configtur. This module support ConsoleHandler, RotatingFileHandler and SMTPHandler and You can change the configuration parameters according to your requirements
https://github.com/amazingcoderpro/log_config

logger python

Last synced: 12 days ago
JSON representation

封装了logger配置,方便使用日志系统.Provide a function for anyone who want to configure log parameters easily, just call init_log_config when your app start up, the you can use the module of logging which build-in python3 without any other configtur. This module support ConsoleHandler, RotatingFileHandler and SMTPHandler and You can change the configuration parameters according to your requirements

Awesome Lists containing this project

README

        

# log_config
封装了logger配置,方便使用日志系统
---
**Provide a function for anyone who want to configure log parameters easily, just call init_log_config when your app start up, the you can use the module of logging which build-in python3 without any other configtur. This module support ConsoleHandler, RotatingFileHandler and SMTPHandler and You can change the configuration parameters according to your requirements**
- v2.1.0 support multi-process mode
- source: https://github.com/amazingcoderpro/log_config
---