-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/add logging mechanism #239
base: master
Are you sure you want to change the base?
Conversation
This repository does not accept pull requests from non version branches. |
…tions with defaults for interx setup
This repository does not accept pull requests from non version branches. |
…d interx/block.go
This repository does not accept pull requests from non version branches. |
This repository does not accept pull requests from non version branches. |
This repository does not accept pull requests from non version branches. |
…version printing issues"
This repository does not accept pull requests from non version branches. |
PR Description:
This pull request introduces a centralized logging mechanism to the project, enhancing traceability and debugging capabilities. The changes include:
Added a Logging Mechanism:
Created a log folder with reusable logging functions for structured and consistent log generation.
Configured logging levels and formatting for better readability and filtering.
Integrated Logging Across the Project:
Added logging functionality to main.go and other files.
Ensured key application events are logged, including initialization, error handling, and critical operations.
Testing:
Verified that logs are generated as expected for key operations in the project.
Tested logging functionality for different scenarios, including error and success cases.
Impact:
Improves debugging and monitoring.
Establishes a foundation for extending logging to other parts of the project in the future.