-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve logging #67
Comments
I'm on it. |
done at #102 , needs further investigation on how to:
|
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI have a strong background in TypeScript, specializing in creating efficient logging utilities. My experience will help implement a robust solution that enhances maintainability and debugging in our projects. How I plan on tackling this issueDefine Debug Mode: Use an environment variable to toggle debug mode. Create a Logger: Develop a TypeScript logger that wraps console.log and checks debug mode. Integrate the Logger: Replace existing logging calls for consistency. Testing: Ensure logs behave as expected in both modes. |
Go ahead! Assigned |
Any further attempts, please check previous PRs for extra comments. One extra thing that was not mentioned in the last round of comments:
|
for tracking #172 |
hey |
hey @gregemax, are you going to continue this task or can i drop the assignment and close the pr? |
@d-roak |
winston |
assigning it internally |
Currently we are using
console.log
andconsole.err
for debugging. We want to create a debug mode where we can check logs, otherwise they shouldn't be displayed.Research and implement the best approach you can find for this
The text was updated successfully, but these errors were encountered: