[PR #2353] [MERGED] Suppress some message levels on macos #2496

Closed
opened 2026-03-04 02:05:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2353
Author: @ggtakec
Created: 10/18/2023
Status: Merged
Merged: 11/9/2023
Merged by: @gaul

Base: masterHead: suppress_msg


📝 Commits (1)

  • df38220 Suppress some message levels on macos

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 src/s3fs.cpp (+8 -0)

📄 Description

Relevant Issue (if applicable)

#2198

Details

I'm working on making it compatible with macos 12, but in CI testing I will specify noattrcache when starting macos fuse-t.
This is an option to avoid attars caching.

As a result, CI tests can run, but there are a lot of getting attrs related calls.
And they will output a lot of INFO level messages.
Changed log message output for function calls of s3fs_getattr and s3fs_setxattr from INFO to DBG level because more messages were output than permissible.
This is only for macos.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2353 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 10/18/2023 **Status:** ✅ Merged **Merged:** 11/9/2023 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `suppress_msg` --- ### 📝 Commits (1) - [`df38220`](https://github.com/s3fs-fuse/s3fs-fuse/commit/df382205c75449407b154c4da00d818d966e2428) Suppress some message levels on macos ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/s3fs.cpp` (+8 -0) </details> ### 📄 Description ### Relevant Issue (if applicable) #2198 ### Details I'm working on making it compatible with macos 12, but in CI testing I will specify `noattrcache` when starting `macos fuse-t`. _This is an option to avoid attars caching._ As a result, CI tests can run, but there are a lot of getting `attrs` related calls. And they will output a lot of `INFO` level messages. Changed log message output for function calls of `s3fs_getattr` and `s3fs_setxattr` from `INFO` to `DBG` level because more messages were output than permissible. This is only for macos. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2496
No description provided.