Structlog
Logfire processor for structlog.
RESERVED_ATTRS
module-attribute
¶
RESERVED_ATTRS = RESERVED_ATTRS | {
"level",
"event",
"timestamp",
}
Attributes to strip from the event before sending to Logfire.
LogfireProcessor ¶
Logfire processor for structlog.
Source code in logfire/integrations/structlog.py
26 27 28 29 30 31 32 33 34 35 |
|