[PR #383] [MERGED] feat: add log-file option #593

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

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/383
Author: @sigoden
Created: 5/11/2024
Status: Merged
Merged: 5/11/2024
Merged by: @sigoden

Base: mainHead: feat-log-file


📝 Commits (2)

📊 Changes

5 files changed (+64 additions, -16 deletions)

View changed files

📝 Cargo.toml (+1 -1)
📝 README.md (+6 -3)
📝 src/args.rs (+14 -0)
📝 src/logger.rs (+42 -11)
📝 src/main.rs (+1 -1)

📄 Description

--log-file <file>      Specify the file to save logs to, other than stdout/stderr

close #381


🔄 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/383 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 5/11/2024 **Status:** ✅ Merged **Merged:** 5/11/2024 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat-log-file` --- ### 📝 Commits (2) - [`77c2320`](https://github.com/sigoden/dufs/commit/77c23201b8c71d0ea45c7f2e89031a2d2a70aa67) feat: add log-file option - [`af3afe1`](https://github.com/sigoden/dufs/commit/af3afe14d516241eb62285ae204aabc3fc7aa0aa) update readme ### 📊 Changes **5 files changed** (+64 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) 📝 `README.md` (+6 -3) 📝 `src/args.rs` (+14 -0) 📝 `src/logger.rs` (+42 -11) 📝 `src/main.rs` (+1 -1) </details> ### 📄 Description ``` --log-file <file> Specify the file to save logs to, other than stdout/stderr ``` close #381 --- <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:53:34 +03:00
zhus closed this issue 2026-04-08 16:53:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#593