I have hosts (*.xyz.com) set to log under CST. Now i have couple of boxes out of thousand (ABC.xyz.com and ABC1.xyz.com) to log under Eastern time zone. How can i override this in Props ?
Existing Config -
[host::*.xyz.com]
TZ = US/Central
I know I can put a stanza with source and that will take priority over [host] , but I unfortunately cannot do that because that will contain some common files which all hosts have.
There is some priority parameter as well in documentation. Has some one used that, and can that be used here. I don't want other hosts to start logging in Eastern time too.
New Config ?
[host::*.xyz.com]
TZ = US/Central
priority=5
[host::ABC*.xyz.com]
TZ = US/Eastern
priority=10
Any help will be appreciated.
↧