diff options
author | Fredrik Eriksson <fredrik-eriksson@users.noreply.github.com> | 2023-04-10 15:46:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 09:46:23 -0400 |
commit | cb1536471bcef4d78a3fe5cbd738b9f60fabbcc2 (patch) | |
tree | 781094bb72a5d745a2bcc86f0b3b0f697b0256ce /docs | |
parent | f9d6092cfe235e0fbdbb7513b456713b8b0e9349 (diff) | |
download | gitea-cb1536471bcef4d78a3fe5cbd738b9f60fabbcc2.tar.gz gitea-cb1536471bcef4d78a3fe5cbd738b9f60fabbcc2.zip |
Add --quiet option to gitea dump (#22969)
Fixes: #19687
The --quiet options to gitea dump silences informational and less
important messages, but will still log warnings and errors to console.
Very useful in combination with cron backups and '-f -'.
Since --verbose and --quiet are incompatible with each other I made it
an error to specify both. To get the error message to be printed to
stderr I had to make this test after the NewServices()-call, which is
why there are three new blocks of code instead of two.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions