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, the tool has scattered logging, where we are using println! for stdout in our proxies. We want to implement a tool-wide logger with the following levels: ERROR, DEBUG, INFO, and TRACE. This will allow users to select their preferred log level for better control over the tool's output.
The text was updated successfully, but these errors were encountered:
Please refer to this comment: #60 (review).
Currently, the tool has scattered logging, where we are using
println!
for stdout in our proxies. We want to implement a tool-wide logger with the following levels: ERROR, DEBUG, INFO, and TRACE. This will allow users to select their preferred log level for better control over the tool's output.The text was updated successfully, but these errors were encountered: