You can use custom line templates to format the lines in the log viewer to make it easier for you to identify specific information that is of interest to you.Documentation Index
Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Select an existing View or Create and Edit Views.
- Select Edit View Properties.
- In the Custom %LINE Template area, enter your template.
Display PID, Program, and Log Source
If you have log lines that look similar to the example, you can decide to display the information in a more easily parsed format.
- Enter
PID: {{pid}} | Program: {{program}} | Log Source: {{logsource}}into Custom %LINE Template area. - You logs should now look like:
Use Reserved Fields
Reserved fields are marked by an underscore. If your data resembles:{{_meta.first_name}} {{_meta.last_name}}, aka $@ into Custom %LINE Template area. Using $@ will reference the original line.
This will display log messages in that view in this format: