Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Feb 12 09:37:51 somesystem joeuser: this is a test
source src_localhost { unix-stream("/dev/log"); internal(); pipe("/proc/kmsg"); };
destination localhost_messages { file("/var/log/$R_YEAR/$R_MONTH/$R_YEAR-$R_MONTH-$R_DAY.localhost"
template("$ISODATE <$FACILITY.$PRIORITY> $HOST $MSG\n")
template_escape(no) );
};
log { source(src_localhost); destination(localhost_messages); };
2010-02-11T17:50:01-07:00 <cron.info> donbot cron[2541]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )