Seems like $qhour is always 00. Could be instance of:

  http://kb.monitorware.com/qhour-and-hhour-not-working-t12051.html

it seems like same problem, claims it's (or would be?) fixed in 7.4.4, I am currently using 7.5.2-0adiscon1

Filenames created (messages being sent to rsyslog at rate 1 message per second, they all appear in files):

/var/log/.../05-00-json.log
/var/log/.../06-00-json.log
/var/log/.../07-00-json.log
/var/log/.../08-00-json.log
/var/log/.../09-00-json.log

DynaFile template:

template(name="jsonFilename" type="list") {
  constant(value="/var/log/yummly/")
   ...
  constant(value="/")
  property(name="$hour")
  constant(value="-")
  property(name="$qhour")
  constant(value="-json.log")
}

Is this something that slipped through the cracks? If it does not work - any ideas how to split log files at interval that's less than an hour (more than a minute though)?

  thanks!

        erik
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to