mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #381] FR: add optional logging path #204
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @steadfasterX on GitHub (May 9, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/381
Specific Demand
it would be a great help if we could specify a separate logfile instead of using the system log.
Implement Suggestion
config.ymloption:log-file: /path/to/logif unset or set to
defaultit would behave like it is now (i.e. writing to the system log)@steadfasterX commented on GitHub (May 15, 2024):
that was... impressive fast :D many thanks!