mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #671] Support Logformat like json or logfmt #407
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 @wrenix on GitHub (Feb 10, 2026).
Original GitHub issue: https://github.com/sigoden/dufs/issues/671
Specific Demand
if i have to parse the logs i have to write an regex.
i would prefer json or logfmt which are well formated and parse able logs
Implement Suggestion
use just the default tracing_subscriber library for such formats:
more inforamation e.g.: https://oneuptime.com/blog/post/2026-01-25-structured-json-logs-tracing-rust/view
to configure in dufs, maybe just set
--log-format=jsonor--log-format=logfmt@sigoden commented on GitHub (Mar 6, 2026):
We will not support this feature.