@[email protected] to [email protected] • 3 months agoIs it good practice to run a system without a syslog daemon?message-square22fedilinkarrow-up136arrow-down12file-text
arrow-up134arrow-down1message-squareIs it good practice to run a system without a syslog daemon?@[email protected] to [email protected] • 3 months agomessage-square22fedilinkfile-text
If I’m using Arch or another minimal distro, is it a good idea to install a syslog daemon? Or can I go without?
minus-square@patatahooliganlink3•3 months agoI think there’s a minor mistake in your command. jounalctl --boot -1 is the previous boot. The counting starts at --boot 0 for the current one.
I think there’s a minor mistake in your command.
jounalctl --boot -1
is the previous boot. The counting starts at--boot 0
for the current one.You’re right ofcourse.