Full Changelog: 0.8.5...0.8.6
- #45 Fixed errors when scrolling through logs.
- #46 Changed the user log retrieval list to a list of units from
systemd, and added loading of logs for user units. - #46 Added the
-U/--unit-typeflag and theunitTypeconfiguration parameter for filtering unit lists, for example,--unit-type service,timer,scope,socket,mount(by default,--unit-type service). - #50 Added the
-l/--loggingflag and and theloggingconfiguration parameter for write executed commands to a log file when loading lists and the selected log (for local debugging in the terminal). - Replaced the System and User journals lists (obtained from
journaldwith field filtering byUNITandUSER_UNIT) with a single list with user-defined filtering using the-j/--journal-fieldflag and thejournalFieldconfiguration parameter (default:--journal-field SYSLOG_IDENTIFIER). This also significantly speeds up list loading. - Added the
-b/--journal-bootswitch and thejournalBootconfiguration flag to limit loading of system and user journals to the specified system boot only. - Added the
-J/--journal-priorityswitch and thejournalPriorityconfiguration flag to define the default log content priority at startup, with support for dynamic changes in the interface. - Added validation of passed values in new flags to display a list of available values.