Skip to main content

A log filter that removes duplicate log messages

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unique_log_filter-0.1.0.tar.gz (996 Bytes view hashes)

Uploaded Source

Built Distribution

unique_log_filter-0.1.0-py3-none-any.whl (1.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page