Skip to content
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

Use a logging framwork instead of print statements. #47

Open
andrbo opened this issue May 8, 2024 · 0 comments
Open

Use a logging framwork instead of print statements. #47

andrbo opened this issue May 8, 2024 · 0 comments

Comments

@andrbo
Copy link
Contributor

andrbo commented May 8, 2024

Motivation

As the application grows in complexity, the amount of print statements for logging purposes has increased. While print statements serve their purpose, they lack the structured approach necessary for effective debugging and monitoring.
To address this, we propose integrating a robust logging framework into our codebase.

Feature

We propose implementing structured logging using the slog package in Golang.
Integrating slog into our application will enable us to maintain better visibility into its behavior, streamline debugging processes, and facilitate monitoring and analysis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant