change log level of Variables

This commit is contained in:
debugtalk
2019-01-21 17:19:31 +08:00
parent 53588bc074
commit b71a06e159
3 changed files with 12 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
__title__ = 'HttpRunner'
__description__ = 'One-stop solution for HTTP(S) testing.'
__url__ = 'https://github.com/HttpRunner/HttpRunner'
__version__ = '2.0.1'
__version__ = '2.0.2'
__author__ = 'debugtalk'
__author_email__ = 'mail@debugtalk.com'
__license__ = 'Apache-2.0'

View File

@@ -512,7 +512,7 @@ def print_io(in_out):
content += prepare_content("Out", _out)
content += "-" * 56 + "\n"
logger.log_debug(content)
logger.log_info(content)
def create_scaffold(project_name):