How to Install stdsyslog in Ubuntu 18.04



Install stdsyslog by entering the following commands in the terminal:

sudo apt update
sudo apt install stdsyslog

Description:

log a program's output to the system log

The stdsyslog utility executes a program, reads everything that it outputs to a set of file descriptors (by default the standard output and standard error streams) and logs it to the system log.

Homepage: https://devel.ringlet.net/sysutils/stdsyslog/

Version: 0.03.3-1

Section: universe/utils