[PR #67] [MERGED] feat: use custom logger with timestamp in rfc3339 #450

Closed
opened 2026-04-08 16:52:58 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/67
Author: @sigoden
Created: 6/21/2022
Status: Merged
Merged: 6/21/2022
Merged by: @sigoden

Base: mainHead: feat-custom-logger


📝 Commits (1)

  • 4899075 feat: use custom logger with timestamp at rfc3339

📊 Changes

8 files changed (+45 additions, -68 deletions)

View changed files

📝 Cargo.lock (+0 -17)
📝 Cargo.toml (+0 -1)
src/logger.rs (+30 -0)
📝 src/main.rs (+3 -12)
📝 tests/args.rs (+0 -1)
📝 tests/bind.rs (+9 -10)
📝 tests/fixtures.rs (+1 -25)
📝 tests/http.rs (+2 -2)

📄 Description

close #66


🔄 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/sigoden/dufs/pull/67 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 6/21/2022 **Status:** ✅ Merged **Merged:** 6/21/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat-custom-logger` --- ### 📝 Commits (1) - [`4899075`](https://github.com/sigoden/dufs/commit/48990750640fe5a073ffe272c7c8a9320cb66e52) feat: use custom logger with timestamp at rfc3339 ### 📊 Changes **8 files changed** (+45 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+0 -17) 📝 `Cargo.toml` (+0 -1) ➕ `src/logger.rs` (+30 -0) 📝 `src/main.rs` (+3 -12) 📝 `tests/args.rs` (+0 -1) 📝 `tests/bind.rs` (+9 -10) 📝 `tests/fixtures.rs` (+1 -25) 📝 `tests/http.rs` (+2 -2) </details> ### 📄 Description close #66 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:52:58 +03:00
zhus closed this issue 2026-04-08 16:52:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#450