Dear all, we are currently updating to Puppet Agent 4 (puppet-agent-1.8.2-1.el7.x86_64), but we don“t have an agent log.
How do I activate the Agent log? With Puppet 3 we configured to create the Puppet Agent log (/var/log/puppet/puppet_agent.log) The file is written by the configuration >cat /etc/sysconfig/puppet PUPPET_LOG=/var/log/puppet/puppet_agent.log With Puppet 4 we did >cat /etc/sysconfig/puppet PUPPET_LOG=/var/log/puppetlabs/puppet/puppet_agent.log But I am not sure if we still need that. >rpm -qa | grep puppet puppetdb-4.3.0-1.el7.noarch mcollective-puppet-agent-1.11.1-1.el7.noarch puppetserver-2.7.2-1.el7.noarch puppet-agent-1.8.2-1.el7.x86_64 mcollective-puppet-common-1.11.1-1.el7.noarch puppetdb-termini-4.3.0-1.el7.noarch puppetlabs-release-pc1-1.1.0-5.el7.noarch If found >puppet config print | grep log logdir = /var/log/puppetlabs/puppet log_level = notice static_catalogs = true syslogfacility = daemon catalog_terminus = compiler catalog_cache_terminus = masterhttplog = /var/log/puppetlabs/puppet/masterhttp.log puppetdlog = /var/log/puppetlabs/puppet/puppetd.log agent_catalog_run_lockfile = /opt/puppetlabs/puppet/cache/state/agent_catalog_run.lock use_cached_catalog = false Regards Andreas -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/98bd6786-0efa-4545-977e-5c9fa988f5bc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
