0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00
Files
bec_widgets/docs/user/widgets/log_panel/log_panel.md

1.0 KiB

(user.widgets.log_panel)=

LogPanel widget

The LogPanel widget can be used to view logs:

LogPanel

It automatically subscribes to log updates. You can fetch the log history with the "Fetch history" button.

Filtering based on log level

If you select a dropdown box, only logs of that priority level or higher will be displayed:

LogPanel

Filtering based on a search string

If you type in a search string into the box in the toolbar, and hit enter or press the update button, that filter will be applied:

LogPanel

This search uses the Python regular expression syntax if the checkbox for this option is selected:

LogPanel

Filtering based on time range

You may filter the logs to those occurring within a given time range.

LogPanel

Filtering based on service

You can select which services to show logs from.

LogPanel