furnace/doc/8-advanced/log-viewer.md

18 lines
674 B
Markdown
Raw Permalink Normal View History

2023-06-12 20:25:17 +00:00
# log viewer
The log viewer provides a look at Furnace's internal messages. This can be useful for chasing down problems.
![log viewer dialog](log-viewer.png)
If the **Follow** checkbox is enabled, the log will snap to the bottom and continually scroll to show the newest messages. If disabled, it will stay put on what's currently shown.
2023-06-12 20:25:17 +00:00
The **Level** dropdown determines the minimum importance of the messages displayed.
2023-06-12 20:25:17 +00:00
| level | message shown |
|---|---|
| ERROR | serious problem |
| warning | may or may not be a problem |
| info | significant information |
| debug | general info about what Furnace is doing |
| trace | detailed info useful only to developers |