NoirHQ / noir

Abstraction Layer over Heterogeneous Protocols
Apache License 2.0
12 stars 1 forks source link

Replace Console Logs with Persistent Logger in Sidecar for Enhanced Logging #90

Open code0xff opened 1 month ago

code0xff commented 1 month ago

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.