Re: [PATCH v4 0/2] Improve docs on getting info on running process

2023-07-20 Thread Ferruh Yigit
On 7/20/2023 12:05 PM, Bruce Richardson wrote: > Add details to our documentation on how to register logging for a > component. Also provide guidelines on when to use logs vs tracing > vs telemetry. > > V4: Added note to patch 1 saying not to use the old static logging method > > V3: Moved new do

[PATCH v4 0/2] Improve docs on getting info on running process

2023-07-20 Thread Bruce Richardson
Add details to our documentation on how to register logging for a component. Also provide guidelines on when to use logs vs tracing vs telemetry. V4: Added note to patch 1 saying not to use the old static logging method V3: Moved new doc section on runtime info, and other minor changes flagged