Allow user to configure where to send log files #2
Loading…
x
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?
Currently adept uses the Golang standard library
log
module without any extra configuration, so everything just gets dumped to stdout/stderr.There should be a way to let the user configure where logs get sent to so they can be referenced more easily in the event of an error.
Handled in
4306a9bca5
Added to v0.2.0 release