Issue #12403 has been updated by Daniel Pittman.
Josh Cooper wrote: > When running as a service, and a logdest specified, the log output is getting > truncated due to #9595. ...this is nice, but isn't the root cause of the problem on Windows. Ruby will flush internal buffers safely when it shuts down in the normal case, so something on Windows is causing it to exit uncleanly, or without the normal cleanup from triggering that flush. ---------------------------------------- Bug #12403: Windows agents should log to a file by default https://projects.puppetlabs.com/issues/12403#change-54245 Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Josh Cooper Category: windows Target version: 2.7.x Affected Puppet version: 2.7.6 Keywords: Branch: Puppet agent defaults to using syslog. But since syslog is not commonly available on Windows, puppet agent doesn't log anywhere by default. It is possible to use the `--logdest path` option, but really we should enable a default `:file` log destination within the `logdir`. -- 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.
