Socket
Book a DemoInstallSign in
Socket

unique-log-filter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unique-log-filter

A log filter that removes duplicate log messages

pipPyPI
Version
0.1.0
Maintainers
1

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())

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts