filters
log_panel.filters
¶
LevelFilter
¶
Bases: SimpleListFilter
Filter log entries by level without scanning the log table for distinct values.
LoggerNameFilter
¶
Bases: SimpleListFilter
Filter by logger name, reading choices from the small Logger table.
CardListFilter(request)
¶
Applies the card-level filter from the request.
Source code in log_panel/filters.py
apply(rows)
¶
Return only the rows matching the selected filter.