From 70dff4901073d5997c0d0400ff3346f1fce83dca Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Tue, 21 Apr 2020 15:43:11 +0200 Subject: [PATCH] logger: cleanup (#105) --- sheets/logger | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/sheets/logger b/sheets/logger index 0741cc7..3270a06 100644 --- a/sheets/logger +++ b/sheets/logger @@ -4,28 +4,15 @@ # log "hi there" to syslog with priority 'notice' and facility 'user' echo "hi there" | logger -# Levels: emerg -# alert -# crit -# err -# warning -# notice -# info -# debug +# send to syslog with and +logger -p . -f + +# Levels (priorities): +# emerg alert crit err warning notice info debug # # Facilities: -# auth -# authpriv for security information of a sensitive nature -# cron -# daemon -# ftp -# lpr -# mail -# news -# syslog -# user -# uucp -# local0 -# to -# local7 -logger -p . -f +# auth +# authpriv (for security information of a sensitive nature) +# cron daemon ftp lpr mail news syslog user uucp +# local0 to local7 (local7 is used for boot messages) +