mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 02:22:39 +00:00
4748e185a7
Hey, all those files I thought I clobbered!
674 B
674 B
log viewer
The log viewer provides a look at Furnace's internal messages. This can be useful for chasing down problems.
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 |