Actions
Bug #15028
closedLog buffer API initialized log message is missing capacity information
Description
On startup, the smart proxy logs the following:
D, [2016-05-12T16:15:40.655199 #13213] DEBUG -- : Log buffer API initialized, available capacity: /
The capacity information is missing, it looks like e26eb4f3 tried to add it in by adding attr_reader to Proxy::LogBuffer::Buffer, but there are no corresponding instance variables for size/size_tail.
Subtasks
Updated by Dominic Cleal almost 10 years ago
- Related to Feature #12715: As a user I would like to know if the Proxy's available plugins are up and running and if they are not running why they did not load added
Updated by Lukas Zapletal almost 10 years ago
- Status changed from New to Assigned
- Assignee set to Lukas Zapletal
Yeah, thanks.
Updated by The Foreman Bot almost 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/419 added
Updated by Anonymous almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f9c9e7ad4183d26e4060ed85bf38d580b5c356bd.
Updated by Dominic Cleal almost 10 years ago
- Translation missing: en.field_release set to 155
Actions