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

Feature/add logging mechanism #239

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

golnar-boosty
Copy link
Collaborator

@golnar-boosty golnar-boosty commented Nov 19, 2024

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.

Copy link

This repository does not accept pull requests from non version branches.
--- Please CLOSE this PR after acknowledging the issue ---

@github-actions github-actions bot added the invalid This doesn't seem right label Nov 19, 2024
@github-actions github-actions bot locked as spam and limited conversation to collaborators Nov 19, 2024
@github-actions github-actions bot unlocked this conversation Nov 19, 2024
Copy link

This repository does not accept pull requests from non version branches.
--- Please CLOSE this PR after acknowledging the issue ---

@github-actions github-actions bot locked as spam and limited conversation to collaborators Nov 19, 2024
@github-actions github-actions bot unlocked this conversation Nov 19, 2024
Copy link

This repository does not accept pull requests from non version branches.
--- Please CLOSE this PR after acknowledging the issue ---

@github-actions github-actions bot locked as spam and limited conversation to collaborators Nov 19, 2024
Copy link

This repository does not accept pull requests from non version branches.
--- Please CLOSE this PR after acknowledging the issue ---

@github-actions github-actions bot unlocked this conversation Nov 19, 2024
@github-actions github-actions bot locked as spam and limited conversation to collaborators Nov 19, 2024
Copy link

This repository does not accept pull requests from non version branches.
--- Please CLOSE this PR after acknowledging the issue ---

@github-actions github-actions bot unlocked this conversation Nov 19, 2024
@github-actions github-actions bot locked as spam and limited conversation to collaborators Nov 19, 2024
Copy link

This repository does not accept pull requests from non version branches.
--- Please CLOSE this PR after acknowledging the issue ---

@github-actions github-actions bot unlocked this conversation Nov 20, 2024
@github-actions github-actions bot locked as spam and limited conversation to collaborators Nov 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant