elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
96 stars 4.92k forks source link

Remove global logging functions in libbeat #15699

Closed urso closed 2 years ago

urso commented 4 years ago

In order to better support structured logging, we want to get rid of the global logger functions. The API of the global logger functions is not in line with the methods defined by (*logp).Logger.

For now we will focus on libbeat first.

Refactoring Notes/Tips:

Tasks

botelastic[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jlind23 commented 2 years ago

Closing for now as all tasks listed were achieved.