Issue #9595 has been updated by Josh Cooper. Status changed from In Topic Branch Pending Review to Code Insufficient
Talked this over with Daniel and we'd like to eliminate the autoflush option altogether. ---------------------------------------- Bug #9595: logs are not flushed completely https://projects.puppetlabs.com/issues/9595#change-54800 Author: Radosław Antoniuk Status: Code Insufficient Priority: Normal Assignee: Josh Cooper Category: logging Target version: 2.7.x Affected Puppet version: 0.22.1 Keywords: Branch: https://github.com/puppetlabs/puppet/pull/496 the puppet and puppet master (v. 2.7.1) logs are not flushed properly to the files. when puppet/puppetmaster is logging through syslog, all is logged properly. if I switch to logging to the file /var/log/puppet/puppet.log, the file is often cut in the middle of the word, e.g.: <pre> [root@server2 manifests]# tail -2 /var/log/puppet/masterhttp.log [2011-09-19 09:12:32] - -> /production/file_metadata/files/config/jpackage50.repo? [2011-09-19 09:12:33] testsrv.domain.com - - [19/Sep/2011:09:12:33 PDT] "PUT /production/r[root@server2 manifests]# </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
