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

reduce verbosity level #823

Merged
merged 2 commits into from
Oct 8, 2024
Merged

reduce verbosity level #823

merged 2 commits into from
Oct 8, 2024

Conversation

outscale-hmi
Copy link
Contributor

Is this a bug fix or adding new feature?
it is a configuration change aimed at improving logging behavior.

What is this PR about? / Why do we need it?
This PR reduces the logging verbosity level in the CSI driver from 10 to 3. The previous verbosity level generated an excessive amount of log output, which made it challenging to identify critical information and errors during troubleshooting.

Verbosity Levels explanation:
0: Fatal errors that prevent the application from continuing.
1: Errors that occur during execution but allow the application to continue.
2: Warnings that indicate potential issues but do not stop execution.
3: Informational messages that provide insight into the normal operation.
4: Debugging information that might be useful for development.
5: More detailed debug information.
6-9: Very detailed debug logs, generally not recommended for production use.
10: Extremely verbose debugging information, usually reserved for deep debugging sessions.
What testing is done?

Signed-off-by: hanenMizouni <[email protected]>
Signed-off-by: hanenMizouni <[email protected]>
@outscale-hmi outscale-hmi changed the title Loglevel reduce verbosity level Oct 7, 2024
@outscale-hmi outscale-hmi merged commit 431d0a5 into master Oct 8, 2024
3 checks passed
@outscale-hmi outscale-hmi mentioned this pull request Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants