mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2682] [MERGED] Changed some INFO level log messages to DBG level #2706
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2706
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2682
Author: @ggtakec
Created: 6/6/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @gaul
Base:
master← Head:update/loglevel📝 Commits (1)
a9ad25eChanged some INFO level log messages to DBG level📊 Changes
3 files changed (+3 additions, -7 deletions)
View changed files
📝
src/curl.cpp(+1 -1)📝
src/curl_util.cpp(+2 -2)📝
src/s3fs.cpp(+0 -4)📄 Description
Relevant Issue (if applicable)
n/a
Details
Some message output levels have been changed from
INFOtoDBG.The changed messages previously required the
INFOlevel, but I have now determined that it is no longer necessary to have it at that level.Also, by changing these message output levels, the execution time of Github Actions(
CI) can be slightly reduced.s3fs_getxattr
On MacOS, there are a large number of calls, so it is already at the
DBGlevel.On Linux systems, there are also a large number of calls, so we can change it to the
DBGlevel.prepare_url
This function rewrites the request URL, but this function is stable and does not need to be
INFO, so we can change it.S3fsCurl::insertV4Headers
Although this function makes a signature, we decided that there is always no need to check the contents when it is operating normally, so we can change it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.