Allow user to send logs to file #1

Open
opened 2022-09-14 17:56:46 -04:00 by gballan · 1 comment
Owner

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.

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.
gballan added the
enhancement
label 2022-09-14 17:56:46 -04:00
Author
Owner

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.

Technically this is accomplished in 75d71e9695bd77893d6066e6722ed9363799dcef 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`.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: BitGoblin/Zealot#1
No description provided.