-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show realtime debug log in WebUI #71
Comments
Usefull if you add a button for logging to file. When asking for a telnet log we see a lot of screenshots with only a few lines, because people don't find the log option in telnet. It can be fixed to log_all and maybe a fixed timeout of 3-5 min to close the file automatically. |
If its not much effort it could be worthwhile to implement for those not technical enough for Syslog. |
@MichaelDvP let me know what you think. If ok, I'll merge into dev. I did think about a Save button (and implemented it) but cut&paste is just as easy |
Works good. Only two comments:
|
thanks. I'll change TRACE to ALL and move the text to next to the pull-down menu. |
Was wondering if it's at all useful at all to show the debug log (what is shown in the Console and SysLog) to the WebUI? It's fairly easy to implement using eventsource and consist of a new tab in the System section of the WebUI which shows the messages coming in. And the ability to change the level (off, debug, all etc).
@MichaelDvP what do you think? Waste of time or useful?
The text was updated successfully, but these errors were encountered: