[PR #1540] [MERGED] Add timestamps to debug log and cache integrity check #2035

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1540
Author: @CarstenGrohmann
Created: 1/30/2021
Status: Merged
Merged: 2/4/2021
Merged by: @ggtakec

Base: masterHead: timestamps


📝 Commits (3)

  • 5a72f50 Add UTC timestamp to debug output
  • b5522ea Add UTC timestamp to cache integrity check
  • 755e5ba Fix indentation of S3fsLog::GetCurrentTime()

📊 Changes

3 files changed (+31 additions, -15 deletions)

View changed files

📝 src/fdcache.cpp (+7 -6)
📝 src/s3fs_logger.cpp (+6 -5)
📝 src/s3fs_logger.h (+18 -4)

📄 Description

This PR adds timestamps to the debug output as well as to the cache integrity check output.

The new function S3fsLog::GetCurrentTime() isn't thread safe.

Closes #1528


🔄 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/1540 **Author:** [@CarstenGrohmann](https://github.com/CarstenGrohmann) **Created:** 1/30/2021 **Status:** ✅ Merged **Merged:** 2/4/2021 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `timestamps` --- ### 📝 Commits (3) - [`5a72f50`](https://github.com/s3fs-fuse/s3fs-fuse/commit/5a72f50378ba4ed8773f9ddfc523bfbbba5439a7) Add UTC timestamp to debug output - [`b5522ea`](https://github.com/s3fs-fuse/s3fs-fuse/commit/b5522ea9b8ea8a63e1740f1d5f2adc0e2f2c87ac) Add UTC timestamp to cache integrity check - [`755e5ba`](https://github.com/s3fs-fuse/s3fs-fuse/commit/755e5bac9a8d1184fbbbe972b580d792c78d24d6) Fix indentation of S3fsLog::GetCurrentTime() ### 📊 Changes **3 files changed** (+31 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `src/fdcache.cpp` (+7 -6) 📝 `src/s3fs_logger.cpp` (+6 -5) 📝 `src/s3fs_logger.h` (+18 -4) </details> ### 📄 Description This PR adds timestamps to the debug output as well as to the cache integrity check output. The new function `S3fsLog::GetCurrentTime()` isn't thread safe. Closes #1528 --- <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:22 +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#2035
No description provided.