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
It would be nice to have a command line parameter to redirect the (debug) output of pyaptly / aptly into a separate file. Example:
$ pyaptly --debug --log output.log -c trusty.yml snapshot update
What do you think?
The text was updated successfully, but these errors were encountered:
We implemented the basics for that in #82. There is no actual cli-option for that yet. Note also, the tool is now silent unless something goes wrong.
Sorry, something went wrong.
No branches or pull requests
It would be nice to have a command line parameter to redirect the (debug) output of pyaptly / aptly into a separate file. Example:
$ pyaptly --debug --log output.log -c trusty.yml snapshot update
What do you think?
The text was updated successfully, but these errors were encountered: