mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-18 10:35:11 +00:00
4748e185a7
Hey, all those files I thought I clobbered!
17 lines
674 B
Markdown
17 lines
674 B
Markdown
# 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.
|
|
|
|
The **Level** dropdown determines the minimum importance of the messages displayed.
|
|
|
|
| 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 |
|