Skip to content

Commit 0aea9b2

Browse files
authored
changed log level from error to info (redis#218)
1 parent bcbaffb commit 0aea9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def process_self_contained_coordinator_stream(
441441
)
442442
continue
443443
else:
444-
logging.error(
444+
logging.info(
445445
"Running build variant {} given it's present on the build-variants spec {}".format(
446446
build_variant_name, build_variants
447447
)

0 commit comments

Comments
 (0)