Merge lp:~verterok/tanuki-continuous-deployer/log-skipped-deploy-in-debug into lp:tanuki-continuous-deployer

Proposed by Guillermo Gonzalez
Status: Merged
Approved by: Guillermo Gonzalez
Approved revision: 22
Merged at revision: 22
Proposed branch: lp:~verterok/tanuki-continuous-deployer/log-skipped-deploy-in-debug
Merge into: lp:tanuki-continuous-deployer
Diff against target: 14 lines (+2/-2)
1 file modified
cd.py (+2/-2)
To merge this branch: bzr merge lp:~verterok/tanuki-continuous-deployer/log-skipped-deploy-in-debug
Reviewer Review Type Date Requested Status
Bret Barker (community) Approve
Review via email: mp+275852@code.launchpad.net

Commit message

log skipped deploys in DEBUG level

Description of the change

log skipped deploys in DEBUG level

To post a comment you must log in.
Revision history for this message
Bret Barker (noise) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cd.py'
2--- cd.py 2015-09-24 14:19:50 +0000
3+++ cd.py 2015-10-27 14:43:13 +0000
4@@ -102,8 +102,8 @@
5 os.path.exists(os.path.expanduser("~/STOP_DEPLOYS")):
6 status = 'SKIPPED (deploys disabled)'
7 extra['deployment_status'] = status
8- logger.warning('Deploy attempt for %s - %s %s',
9- args.stage, identifier, status, extra=extra)
10+ logger.debug('Deploy attempt for %s - %s %s',
11+ args.stage, identifier, status, extra=extra)
12 return 0
13
14 identifier_path = os.path.join(idenfifier_dir, identifier)

Subscribers

People subscribed via source and target branches