Hi, My puppet agent (4.10.1) is installed on AIX box and reporting to PE 2017.2. I have a requirement to collect the log of puppet agent run in some separate other than `/var/log/syslog_all.log`where puppet logs the output by default. I see there is a setting in my puppet.conf `puppetdlog = /var/log/puppetlabs/puppet/puppetd.log` but it's not working.
The only way to get output to any separate file is `--logdest`but I want this feature to be enabled not on command line rather in puppet.conf so that this setting will be applicable for all puppet agent run by default. Any idea?
↧