FBscribeLogger is a Python logging library that provides structured logging with support for Facebook's scribe logging system. It allows you to log messages in a key-value format and send them to scribe or other log aggregators. The current version is 0.1.7, with a release cadence that appears to be sporadic.
pip install fbscribeloggerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create an FBscribeLogger instance with host and port, then log with extra data.
Consider using a more modern structured logging library like structlog or python-json-logger.
Ensure your environment is Python 3.8.1+ and test logging of non-ASCII characters.
Use a standard logging handler or send logs via HTTP to a modern aggregator.