elastic / apm-server

https://www.elastic.co/guide/en/apm/guide/current/index.html
Other
1.22k stars 525 forks source link

Missing "Publish event:" log line with debug logging #10653

Open carsonip opened 1 year ago

carsonip commented 1 year ago

In recent versions (probably since 8.0), with debug logging, the "Publish event:" log line in libbeat publisher seem to have disappeared. Investigate why it is not logging now.

carsonip commented 1 year ago

I think in 40be17728b5be682559eb1f0bbde45f67ca4758f when we stopped using MakeDefaultSupport, we removed the publish event log line because MakeDefaultSupport sets up debugPrintProcessor: https://github.com/elastic/beats/blob/main/libbeat/publisher/processing/processors.go#L193