launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #32618
[Merge] ~lgp171188/launchpad:launchpad-scripts-charm-make-verbose-cron-jobs-quiet into launchpad:master
Guruprasad has proposed merging ~lgp171188/launchpad:launchpad-scripts-charm-make-verbose-cron-jobs-quiet into launchpad:master.
Commit message:
charm/launchpad-scripts: Make a couple of verbose cron jobs quiet
Now that we have email error reports working, these were causing a lot of noise
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/487442
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/launchpad:launchpad-scripts-charm-make-verbose-cron-jobs-quiet into launchpad:master.
diff --git a/charm/launchpad-scripts/templates/crontab.j2 b/charm/launchpad-scripts/templates/crontab.j2
index 84c12e3..0cf4241 100644
--- a/charm/launchpad-scripts/templates/crontab.j2
+++ b/charm/launchpad-scripts/templates/crontab.j2
@@ -44,7 +44,7 @@ LPCONFIG=launchpad-scripts
# Rosetta
*/10 * * * * nice -16 {{ code_dir }}/cronscripts/rosetta-approve-imports.py -q --log-file=INFO:{{ logs_dir }}/rosetta-approve-imports.log
-*/4 * * * * {{ code_dir }}/cronscripts/rosetta-export-queue.py -v --log-file=INFO:{{ logs_dir }}/rosetta-export-queue.log
+*/4 * * * * {{ code_dir }}/cronscripts/rosetta-export-queue.py -q --log-file=INFO:{{ logs_dir }}/rosetta-export-queue.log
*/3 * * * * nice -16 {{ code_dir }}/cronscripts/rosetta-poimport.py -q --log-file=INFO:{{ logs_dir }}/rosetta-poimport.log
{% if language_pack_exporter_schedule -%}
@@ -115,7 +115,7 @@ PROBER="{{ code_dir }}/cronscripts/distributionmirror-prober.py -q --log-file=DE
{% if domain_git %}
# Automatic Git repository repacks; limit to weekdays to avoid on-call
# problems caused by high load at weekends
-35 */4 * * 1-5 BRZ_PLUGIN_PATH={{ code_dir }}/brzplugins {{ code_dir }}/cronscripts/repack_git_repositories.py -v --log-file=INFO:{{ logs_dir }}/repack-git-repositories.log
+35 */4 * * 1-5 BRZ_PLUGIN_PATH={{ code_dir }}/brzplugins {{ code_dir }}/cronscripts/repack_git_repositories.py -q --log-file=INFO:{{ logs_dir }}/repack-git-repositories.log
{% endif %}
{% if librarian_frontend_ip_addresses %}