Skip to content

PySysLogQt v1.1

Compare
Choose a tag to compare
@RandyParedis RandyParedis released this 23 May 21:12
· 2 commits to master since this release

New Features

  • 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.