Feature #2587
Logging
| Status: | Accepted | Start date: | 09/02/2009 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | error reporting | |||
| Target version: | - | |||
| Affected Puppet version: | 0.24.8 | Branch: | ||
| Keywords: | ||||
| Votes: | 1 |
Description
It would sometimes be useful if the logfile start-up messages which presently read something like:
Sep 2 10:35:58 lee puppetmasterd[2491]: Starting Puppet server version 0.25.0
could be extended to include more detailed version information (ideally, a commit hash).
History
Updated by Lawrence Ludwig over 2 years ago
ideally with —debug enabled in puppetmasterd or puppetd we should grab all of the useful stats to help with testing, debugging or customer support. Some details that should be included:
- ruby version
- gems installed and their version
- facter dump? if not OS and version
Updated by James Turnbull over 2 years ago
- Status changed from Unreviewed to Accepted
Updated by Ben Hughes 4 months ago
- Description updated (diff)
- Status changed from Accepted to Unreviewed
Updated by Michael Stahnke 4 months ago
- Description updated (diff)
- Status changed from Unreviewed to Accepted
Unless running from source, a commit sha isn’t any more helpful than the version/tag.
The gems installed might be a bit more useful to see what features are enabled/disabled, but we could maybe do a support face that dumps out that type of information.