HelixNetwork / pendulum

Pendulum is a distributed messaging protocol that enables globally available tamper proof timestamps :hourglass_flowing_sand:
https://dev.hlx.ai
Other
10 stars 6 forks source link

Minor changes to some log.trace calls #219

Closed dnck closed 4 years ago

dnck commented 4 years ago
oracle58 commented 4 years ago
  • Rather than metric_label : metric_value is better to use metric_label = metric_value because when parsing, we can split on "=", but not ":" since the later is container in the timestamp of the logline
  • Removed not-needed trace from state diff tracking

Please add this to the 1.0.4-section of the CHANGELOG.md, and also in the future please consider updating the changelog independently.

dnck commented 4 years ago
  • Rather than metric_label : metric_value is better to use metric_label = metric_value because when parsing, we can split on "=", but not ":" since the later is container in the timestamp of the logline
  • Removed not-needed trace from state diff tracking

Please add this to the 1.0.4-section of the CHANGELOG.md, and also in the future please consider updating the changelog independently.

Done!