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
- Host: GitHub
- URL: https://github.com/amazingcoderpro/log_config
- Owner: amazingcoderpro
- License: gpl-3.0
- Created: 2018-06-21T01:03:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T03:13:48.000Z (7 months ago)
- Last Synced: 2025-06-10T19:19:10.848Z (14 days ago)
- Topics: logger, python
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
---