Skip to content

Releases: RandyParedis/PySysLogQt

PySysLogQt v1.2

24 May 16:35
Compare
Choose a tag to compare

The last version had a lot of issues, so here is a new, better version!

New Features

  • Added a binary that actually works
  • Added Command Line Arguments
  • Added CLI mode
  • Added complex filters to search through the records

PySysLogQt v1.1

23 May 21:12
Compare
Choose a tag to compare

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.

PySysLogQt v1.0

13 Mar 09:28
Compare
Choose a tag to compare

First version of a simple, graphical syslog viewer, written in Python 3.