Allow user to send logs to file #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BitGoblin/Zealot#1
Loading…
Reference in New Issue
Block a user
No description provided.
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?
Zealot currently only sends log messages to the console, and this isn't very useful when trying troubleshoot failures.
We currently use log4rs, so this shouldn't be too difficult to allow the user to set some parameters in their
zealot.toml
config file to modify log4rs.Technically this is accomplished in
75d71e9695
since log4rs can be configured at/etc/zealot/log4rs.yaml
, but this feels a bit janky and I'd rather it be configured via/etc/zealot/config.toml
.