You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: