On Tue, Jun 22, 2010 at 8:30 AM, Rainer Gerhards <[email protected]> wrote: > > I think I just identified one myself. Let's assume that plugins can > register xml entities. But that means that the xml parser can only be > called after all plugins are loaded (because the plugins need to be > loaded first). So I think the actual plugin load process could NOT be > specified inside the main rsyslog.conf. Am I right here? >
Just do two explicit passes - one looks only for module definitions and loads the modules (or modules and global settings), the other does everything else. -Aaron _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

