Currently, Sidecar utilizes console.log for logging purposes. This approach leads to volatile logs, making it difficult to retrieve specific information when needed. To improve log management and enhance the granularity of logged information, we propose implementing a persistent logging mechanism using a dedicated Logger.
Currently, Sidecar utilizes console.log for logging purposes. This approach leads to volatile logs, making it difficult to retrieve specific information when needed. To improve log management and enhance the granularity of logged information, we propose implementing a persistent logging mechanism using a dedicated Logger.