Added filename to logging message format for

troubleshooting purpose
 This change is related to Maas
   Here are the Change ID's for other airship componets
     Shipyard- I09348ab7ac78700badcff557a82049660ac9f5c6
     Airflow- If8fd5983fd589ddf07b960d38e0081cfb0237003
     Deckhand- I2763ae7ea62e78c9dd89659f97b149ab000d0ebb
     Drydock- I88c8cd6a56771cf6e97cfa874dc63963e247a890
     Armada- I5edd13d2a2c06f844bef1595e045208f53af4e71
     Promenade- Ibbbf65ad815fb8c9e6ede468eda12bec863bc474

Change-Id: I61e4daaac5b6c01dbe59b6d11e343c2b77483cbf
This commit is contained in:
indra 2019-01-18 18:40:14 +05:30 committed by PRATEEK REDDY DODDA
parent 79db1a1811
commit 361b13342e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import sys
LOG = logging.getLogger(__name__)
LOG_FORMAT = '%(asctime)s %(levelname)-8s %(name)s:%(funcName)s [%(lineno)3d] %(message)s' # noqa
LOG_FORMAT = '%(asctime)s %(levelname)-8s %(name)s:%(filename)s:%(lineno)3d:%(funcName)s %(message)s' # noqa
class TagGenExeception(Exception):