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

Move file deletion logging to v2 verbisity #5538

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

sample
Copy link
Contributor

@sample sample commented Apr 26, 2024

What problem are we solving?

In current implementation, the logging of file and directory deletions is set at a verbosity level that might be too verbose for regular operational logs, which could lead to cluttered log outputs that are difficult to manage and analyze in production environments.

How are we solving the problem?

This PR addresses the issue by adjusting the verbosity level for logging deletion errors. Specifically, logs that were previously recorded at verbosity level 0 are now moved to 2 verbosity level.

How is the PR tested?

no tests required

Checks

  • I have added unit tests if possible.
  • I will add related wiki document changes and link to this PR after merging.

@chrislusf chrislusf merged commit 0d04264 into seaweedfs:master Apr 26, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants