Before the fix:
There is no debug messages in puppet log:
- in /var/log/remote/node-1.test.domain.local/puppet-apply.log on master node
- in /var/log/puppet.log on controller node
After the fix:
Debug messages are present in the log:
On master node:
[root@nailgun ~]# grep -c debug /var/log/remote/node-1.test.domain.local/puppet-apply.log
176104
On controller node:
root@node-1:~# grep -c debug /var/log/puppet.log
174462
Verified on 9.2 + mu1 updates.
Before the fix: remote/ node-1. test.domain. local/puppet- apply.log on master node
There is no debug messages in puppet log:
- in /var/log/
- in /var/log/puppet.log on controller node
After the fix: remote/ node-1. test.domain. local/puppet- apply.log
Debug messages are present in the log:
On master node:
[root@nailgun ~]# grep -c debug /var/log/
176104
On controller node:
root@node-1:~# grep -c debug /var/log/puppet.log
174462