> > > Cool, it does, but PreserveFQDN seems to stop working. 5.8.13 prints > > > only pure name, but not domain. I'm not sure, if that is because of this > > > patch or something else. Version 5.8.11 works fine but, 5.8.13 don't. > > > > let me correct this. The last version which has correct PreserveFQDN > > behavior is 5.8.10. There are many changes regarding this feature > > between v5.8.10..v5.8.11 > > > > The interresting think is that FQDN is in initial logs from rsyslog > > startup, but since 5.8.11, subsequent messages does not include the > > domain. The same bug is also in v6-stable. > > > > Would you mind to look at it just one more time please ? ;) > > Sure. Good thing is that I can reproduce it. Thx for your good instructions. > Will > now check what is causing it.
Fix: http://git.adiscon.com/?p=rsyslog.git;a=commitdiff;h=dec9bcfe2a869b0f70b5f2a18e08a0322ebf5517 It's a bit tricky, especially in v5, as we do not have a proper seperation between config read and module startup phase. I'll see if I create a different fix for v6, where we have this. Probably when I finally craft the global settings in the new config format. Thanks again, Rainer _______________________________________________ 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

