node-deb
node-deb copied to clipboard
add SyslogIdentifier option to systemd.service
Adding SyslogIdentifier
to systemd.service
will make logs prettier :)
It will go from this
Jun 08 09:45:24 hostname index.js[46800]: Some log line
To this
Jun 08 09:45:24 hostname my-service[46800]: Some log line
It will rename process name to package name