fqr.loggers.utl module

Loggers utility functions.

parse_incoming_log_message(msg: Any, level: Literal[0, 10, 20, 30, 40, 50]) LogRecord | LogRecordWithPrint | Never

Parse incoming log message or warning to dict format.

Raises an exception if msg type cannot be parsed.

Automatically redacts common, sensitive data.