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

Addition of Logging Mechanism in TensorMap Server-Side Code #201

Open
ghost opened this issue Mar 19, 2024 · 0 comments
Open

Addition of Logging Mechanism in TensorMap Server-Side Code #201

ghost opened this issue Mar 19, 2024 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 19, 2024

Is your feature request related to a problem? Please describe.
Currently, there is a lack of logging mechanism in the TensorMap server-side code. This makes it difficult to track and debug errors efficiently.

Describe the solution you'd like
I would like to request the addition of a logging mechanism in the TensorMap server-side code. This would involve implementing logging functionalities to record events, errors, and other relevant information during the application runtime.

Describe alternatives you've considered
One alternative solution could be manually adding print statements throughout the code to capture certain events or errors. However, this approach is not as robust or scalable as a dedicated logging mechanism.

Additional context
Adding a logging mechanism would improve the maintainability and debugging process of the server-side code, providing developers with valuable insights into the application's behavior and performance.

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

0 participants