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 Lukas Zapletal about 9 years ago
- Status changed from New to Assigned
- Assignee set to Lukas Zapletal
Yeah, thanks.
Updated by Anonymous about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f9c9e7ad4183d26e4060ed85bf38d580b5c356bd.
Actions