Closed pkalever closed 5 years ago
Right now gluster-block-bricks-start.log and gluster-block-upgrade-activities.log gets log timestamp in 12 hours format.
PrintLog is using 0..11 i.e. %I instead of 0..23 i.e. we should use %H for printing hours.
Fixes: #241 reported: BZ#1720783
Credits to Pranith Kumar Karampuri pkarampu@redhat.com for chasing this out.
@pranithk @lxbsz fixed this now, could you please take a look. Thanks!
Updated tags, thanks @pranithk @lxbsz @amarts for the review.
What does this PR achieve? Why do we need it?
Problem:
Right now gluster-block-bricks-start.log and gluster-block-upgrade-activities.log gets log timestamp in 12 hours format.
Solution:
PrintLog is using 0..11 i.e. %I instead of 0..23 i.e. we should use %H for printing hours.
Does this PR fix issues?
Fixes: #241 reported: BZ#1720783
Notes for the reviewer
Credits to Pranith Kumar Karampuri pkarampu@redhat.com for chasing this out.