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); };