unique-log-filter 0.1.0
pip install unique-log-filter
Latest version
Released:
A log filter that removes duplicate log messages
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License
- Author: Kevin Phoenix
- Requires: Python >=3.7
Classifiers
- License
- Topic
Project description
unique_log_filter
A simple tool to filter out duplicate lines from a log file. Usage is simple:
from logging import getLogger
from unique_log_filter import UniqueLogFilter
logger = getLogger("my_logger")
logger.addFilter(UniqueLogFilter())
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License
- Author: Kevin Phoenix
- Requires: Python >=3.7
Classifiers
- License
- Topic
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
Built Distribution
File details
Details for the file unique_log_filter-0.1.0.tar.gz
.
File metadata
- Download URL: unique_log_filter-0.1.0.tar.gz
- Upload date:
- Size: 996 Bytes
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 411ca5b30572293fc37cd93a651da2a56d4b3a4fdafe9fdfaac14eee54d6a8db |
|
MD5 | 2e04f94468ad5023c1ba0792e1b63389 |
|
BLAKE2b-256 | 065e942062197dc9679e5d4fa112c3eb782236800cf2c238b08f116cfbd45895 |
File details
Details for the file unique_log_filter-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: unique_log_filter-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0e7012b4d5911233e02d5ae849fd716c1b8af14dfed0e456af1d6dcdd6a1195 |
|
MD5 | c979b9dc3907207126a6fcc5153b1270 |
|
BLAKE2b-256 | c1e7c5c1ddac18fee72373b03d3b091d7a5f2ef5ff96bea4491f23cc78e8aecd |