4 Aug
2005
4 Aug
'05
7:40 a.m.
On Wed, 03 Aug 2005 16:01:05 PDT, Arnold Wang said:
ng/HOSTS/$HOST/$YEAR/$MONTH/$HOST_$MONTH$DAY.log" owner(root) group (root) perm(0600) dir_perm(0700) create_dirs(yes)); }; However, the log file generated by the syslog-ng for today is named "0803.log", which is different than "hostname_0803.log" as I expected.
I wonder if it's looking for a variable called HOST_ and not finding it, because the variable's name is HOST without the _ character....