Skip to content
Snippets Groups Projects
Commit d05fc914 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts] Demote logging level of new messages

parent 80591b19
No related branches found
No related tags found
No related merge requests found
Pipeline #27294 passed
...@@ -91,7 +91,7 @@ def build(recipe_dir, python, condarc, config, no_test, append_file, ...@@ -91,7 +91,7 @@ def build(recipe_dir, python, condarc, config, no_test, append_file,
recipe_dir = recipe_dir or [os.path.join(os.path.realpath('.'), 'conda')] recipe_dir = recipe_dir or [os.path.join(os.path.realpath('.'), 'conda')]
logger.info('This package is considered part of group "%s" - tunning ' \ logger.debug('This package is considered part of group "%s" - tunning ' \
'conda package and documentation URLs for this...', group) 'conda package and documentation URLs for this...', group)
# get potential channel upload and other auxiliary channels # get potential channel upload and other auxiliary channels
......
...@@ -125,7 +125,7 @@ def create(name, recipe_dir, python, overwrite, condarc, use_local, config, ...@@ -125,7 +125,7 @@ def create(name, recipe_dir, python, overwrite, condarc, use_local, config,
# set some environment variables before continuing # set some environment variables before continuing
set_environment('DOCSERVER', server, os.environ) set_environment('DOCSERVER', server, os.environ)
logger.info('This package is considered part of group "%s" - tunning ' \ logger.debug('This package is considered part of group "%s" - tunning ' \
'conda package URLs for this...', group) 'conda package URLs for this...', group)
if condarc is not None: if condarc is not None:
......
...@@ -84,7 +84,7 @@ def test(package, condarc, config, append_file, server, group, private, stable, ...@@ -84,7 +84,7 @@ def test(package, condarc, config, append_file, server, group, private, stable,
logger.warn('!!!! DRY RUN MODE !!!!') logger.warn('!!!! DRY RUN MODE !!!!')
logger.warn('Nothing will be really built') logger.warn('Nothing will be really built')
logger.info('This package is considered part of group "%s" - tunning ' \ logger.debug('This package is considered part of group "%s" - tunning ' \
'conda package and documentation URLs for this...', group) 'conda package and documentation URLs for this...', group)
# get potential channel upload and other auxiliary channels # get potential channel upload and other auxiliary channels
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment