fix reported tracking for jira

This commit is contained in:
Quim
2019-04-02 11:58:44 +02:00
parent fa0b3c867b
commit f33644b814
2 changed files with 17 additions and 13 deletions

View File

@ -39,6 +39,8 @@ def main():
# First setup logging
logging.basicConfig(
stream=sys.stdout,
#format only applies when not using -F flag for colouring
format='%(levelname)s:%(name)s:%(funcName)s:%(message)s',
level=logging.DEBUG if args.debug else logging.INFO
)
logger = logging.getLogger()