Can the Puppet server keep track of full reports from every node in a log? I've found that the server has a log located by default at /var/log/puppetlabs/puppetserver/puppetserver.log but it seems to only contain certain information and does not contain the full report. I have tried changing the log level to warning and error but doesn't seem to have any effect as then no information at all is logged. Here is the current logback.xml file. Am I approaching this problem from the wrong angle?%d %-5p [%t] [%c{2}] %m%n /var/log/puppetlabs/puppetserver/puppetserver.log true %d %-5p [%t] [%c{2}] %m%n
↧