elastic / elastic-agent-system-metrics

Apache License 2.0
0 stars 23 forks source link

[process][darwin]: fix incorrect logging #161

Closed VihasMakwana closed 5 months ago

VihasMakwana commented 5 months ago

What does this PR do?

The order of arguments in the logger is incorrect. pid should be logged first and then the size returned.

Checklist