This module is a log handler by daily path rotating.
Project description
log-handler-daily-path - 一个每日切换日志路径模块
About
这是一个日志路径每日轮转模块,按照指定方式每日切换日志输出路径。
日志输出的路径为: { base_path }/{ yyyy-MM-dd }/{ filename }
Requirements
- Python3
Install
通过pip命令安装:
pip install log-handler-daily-path
Usage
import logging
from log_handler_daily_path import DailyRotatingPathHander
logging.basicConfig(level=logging.DEBUG)
log_handler = DailyRotatingPathHander(base_path="/var/log", filename="app.log", backup_days=30)
logging.getLogger().addHandler(log_handler)
logger = logging.getLogger("Logger")
logger.info("xxx")
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
log-handler-daily-path-0.0.3.zip
(18.0 kB
view details)
File details
Details for the file log-handler-daily-path-0.0.3.zip.
File metadata
- Download URL: log-handler-daily-path-0.0.3.zip
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5cca8768a5dbcf6a593a6859570073a86850898c242cded8e14683df7c1a21f
|
|
| MD5 |
07b5bd14c143f5c64f96f3896135ebbb
|
|
| BLAKE2b-256 |
3ada43743c74c150d2276b3a83840fd36dc5c84f1750219752a39db041142530
|