Skip to content

loggregator-agent-release v7.4.0

Compare
Choose a tag to compare
@cf-logging-metrics-bot cf-logging-metrics-bot released this 04 Aug 22:54
· 170 commits to main since this release

What's Changed

  • Bump to go 1.20.7
  • Bump dependencies
  • Adds experimental otel-collector and otel-collector-windows jobs. See the following RFC for more information.

Forwarder Agent log format change

Previously when the logging.format.timestamp property was set to rfc3339 it would be ignored for ingress client logs emitted by the Forwarder Agent. This release applies the correct timestamp format when rfc3339 is selected, which may affect you if you depend on the format of the logs.

Old log line format:

[INGRESS CLIENT] -> 127.0.0.1:3459: 2023/08/04 21:59:31 Error while flushing: EOF

New log line format:

2023-08-04T22:23:53.099290367Z [INGRESS CLIENT] -> 127.0.0.1:3459: Error while flushing: EOF

Full Changelog: v7.3.0...v7.4.0