Allow user to send logs to file #1
		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.tomlconfig file to modify log4rs.Technically this is accomplished in
75d71e9695since 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.