[PR #1597] [MERGED] Output version and command parameters at startup #2062

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1597
Author: @ggtakec
Created: 3/6/2021
Status: Merged
Merged: 3/6/2021
Merged by: @gaul

Base: masterHead: launch_message


📝 Commits (1)

  • f3dc230 Output version and command parameters at startup

📊 Changes

6 files changed (+46 additions, -0 deletions)

View changed files

📝 src/s3fs.cpp (+2 -0)
📝 src/s3fs_help.cpp (+6 -0)
📝 src/s3fs_help.h (+1 -0)
📝 src/s3fs_logger.h (+11 -0)
📝 src/s3fs_util.cpp (+24 -0)
📝 src/s3fs_util.h (+2 -0)

📄 Description

Relevant Issue (if applicable)

#1596

Details

The version and command parameters are always output at startup, and the output message is prefixed with [INF].
Below is a sample output.

2021-03-06T03:02:13.195Z [INF] s3fs version 1.89(8c58ba8) : s3fs -o allow_other,nonempty,enable_noobj_cache,multireq_max=50 <bucket> /mnt/s3

🔄 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/1597 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 3/6/2021 **Status:** ✅ Merged **Merged:** 3/6/2021 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `launch_message` --- ### 📝 Commits (1) - [`f3dc230`](https://github.com/s3fs-fuse/s3fs-fuse/commit/f3dc230afe50d7053df4fc4e171966e8e2b66f11) Output version and command parameters at startup ### 📊 Changes **6 files changed** (+46 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/s3fs.cpp` (+2 -0) 📝 `src/s3fs_help.cpp` (+6 -0) 📝 `src/s3fs_help.h` (+1 -0) 📝 `src/s3fs_logger.h` (+11 -0) 📝 `src/s3fs_util.cpp` (+24 -0) 📝 `src/s3fs_util.h` (+2 -0) </details> ### 📄 Description ### Relevant Issue (if applicable) #1596 ### Details The version and command parameters are always output at startup, and the output message is prefixed with [INF]. Below is a sample output. ``` 2021-03-06T03:02:13.195Z [INF] s3fs version 1.89(8c58ba8) : s3fs -o allow_other,nonempty,enable_noobj_cache,multireq_max=50 <bucket> /mnt/s3 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:30 +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#2062
No description provided.