Metadata-Version: 2.1
Name: logtailer
Version: 0.9.1
Summary: Tail log files on the system and publish to console and websocket server
Home-page: https://code.compassfoundation.io/dave/logtailer
Author: Dave Burkholder
Author-email: dave@compassfoundation.io
License: SAP
Keywords: log processing,DrawBridge Portal
Classifier: Intended Audience :: Developers
Classifier: License :: SAP
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Dist: distro
Requires-Dist: lcconfig
Requires-Dist: lchttp
Requires-Dist: watchdog

The Log Tailer watches for log file changes and publishes them
to various endpoints such as Websocket server or Console for
saving to the database.


Logtailer tails logs Redwood and PDNS Recursor log files
and POSTs lines to the console for saving to the database
and also to the websocket server when clients are present.
