Releases: RandyParedis/PySysLogQt
Releases · RandyParedis/PySysLogQt
PySysLogQt v1.2
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
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
'sSysLogHandler
does not follow the fullsyslog
spec, so this was changed to be conform toRFC 5424
. The parsing code was taken from this repo. A consequence is thatlark
must be installed. - Added
HOST
andAPPLICATION
columns and changedDATE
andTIME
to denote the times from thesyslog
message instead of the local time.
PySysLogQt v1.0
First version of a simple, graphical syslog
viewer, written in Python 3
.