logs
stream
prefect.server.logs.stream
Log streaming for live log distribution via websockets.
Functions
log_matches_filter
Check if a log matches the given filter criteria.
Args:
log
: The log to checkfilter
: The filter to apply
Returns:
- True if the log matches the filter, False otherwise
Classes
LogDistributor
Service for distributing logs to websocket subscribers
Methods: