> > one minor note, rsyslog reads the included files in inode order, not > > filename order, so 30* is not necessarily before 50*, but I don't > > think that matters in this case. > > Actually, I am calling glob() so that it should return files in > filename order. > Rainer
I just wanted to chime in that we've been using files named like: 10-*.conf 20-*.conf 30-*.conf under /etc/rsyslog.d/. We've been getting the expected load order consistently across several machines that have the same layout. And we do have dependencies between the various conf files that depend on 10 being loaded before 20. We're on version 4.6.2. -Steven Willis _______________________________________________ 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

