You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Menu that allows saving to files, opening from files, quitting the app, sending test messages and toggling the visibility of the columns in the table.
Files can also be opened by listening on file://<path> with any port. Note: the <path> can be an absolute path, in which case there are three slashes (/); i.e. file:///home/user/trace.log. Relative paths are also accepted.
It appeared that Python's SysLogHandler does not follow the full syslog spec, so this was changed to be conform to RFC 5424. The parsing code was taken from this repo. A consequence is that lark must be installed.
Added HOST and APPLICATION columns and changed DATE and TIME to denote the times from the syslog message instead of the local time.