diff options
author | Sandeep Reddy Thumma <st433h@att.com> | 2018-12-20 08:51:44 -0600 |
---|---|---|
committer | Felipe Monteiro <felipe.monteiro@att.com> | 2019-01-25 01:20:15 +0000 |
commit | 0aae9dc1776bd97ab8f4152a51baedb24eb61396 (patch) | |
tree | a2e205f3641f551351e1545f6d74bcafba2aa049 | |
parent | 48818aa01fa1c2d6ac694b38e8b033c8428b5db3 (diff) |
Change-Id: I2763ae7ea62e78c9dd89659f97b149ab000d0ebb
Notes
Notes (review):
Code-Review+1: Drew Walters <drewwalters96@gmail.com>
Code-Review+1: PRATEEK REDDY DODDA <pd2839@att.com>
Code-Review+2: Felipe Monteiro <felipe.monteiro@att.com>
Code-Review+1: Evgeniy L <eli@mirantis.com>
Code-Review+2: Matt McEuen <matt.mceuen@att.com>
Workflow+1: Matt McEuen <matt.mceuen@att.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Fri, 25 Jan 2019 14:04:48 +0000
Reviewed-on: https://review.openstack.org/626607
Project: openstack/airship-deckhand
Branch: refs/heads/master
-rw-r--r-- | tools/image_tags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/image_tags.py b/tools/image_tags.py index 9bdab59..2f50691 100644 --- a/tools/image_tags.py +++ b/tools/image_tags.py | |||
@@ -20,7 +20,7 @@ import sys | |||
20 | 20 | ||
21 | LOG = logging.getLogger(__name__) | 21 | LOG = logging.getLogger(__name__) |
22 | 22 | ||
23 | LOG_FORMAT = '%(asctime)s %(levelname)-8s %(name)s:%(funcName)s [%(lineno)3d] %(message)s' # noqa | 23 | LOG_FORMAT = '%(asctime)s %(levelname)8s - %(filename)s:%(lineno)d:%(funcName)s %(message)s' # noqa |
24 | 24 | ||
25 | 25 | ||
26 | class TagGenExeception(Exception): | 26 | class TagGenExeception(Exception): |