We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be able to always have the logs available with the information of the last run with -v
-v
Always write the logs of the last run to $XDG_CACHE_HOME. Should also be able to be modifield with --log-file=path or LOG_FILE=path.
$XDG_CACHE_HOME
--log-file=path
LOG_FILE=path
Just always initialize the log writter to the LOG_FILE and if the -v is used then use a io.MultiWriter.
io.MultiWriter
The text was updated successfully, but these errors were encountered:
xescugc
Successfully merging a pull request may close this issue.
Abstract
Be able to always have the logs available with the information of the last run with
-v
Proposal
Always write the logs of the last run to
$XDG_CACHE_HOME
. Should also be able to be modifield with--log-file=path
orLOG_FILE=path
.Implementation
Just always initialize the log writter to the LOG_FILE and if the
-v
is used then use aio.MultiWriter
.Open issues (if applicable)
The text was updated successfully, but these errors were encountered: