)
return False
stdout_str = cmdobj.stdout.read()
- logger.debug('current commit id is %s' % stdout_str)
+ logger.info('current commit id is %s' % stdout_str)
return stdout_str
def git_get_commit_date():
)
return False
stdout_str = cmdobj.stdout.read()
- logger.debug('current commit date is %s' % stdout_str)
+ logger.info('current commit date is %s' % stdout_str)
return stdout_str
# vim: autoindent smartindent tabstop=4 expandtab shiftwidth=4 softtabstop=4 nu enc=utf-8 cinwords=if,elif,else,for,while,try,except,finally,def,class