Add ability to redirect output into a file
karras opened this issue · 1 comments
karras commented
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?