Skip to content
Snippets Groups Projects
Commit afa143a2 authored by mehtank's avatar mehtank
Browse files

Reduce warnings to info

parent a945d374
1 merge request!8Many bugfixes and enhancements
Pipeline #547 passed with stage
in 2 minutes and 59 seconds
...@@ -166,7 +166,7 @@ class ComponentComposable(Composable): ...@@ -166,7 +166,7 @@ class ComponentComposable(Composable):
idict["label"] = name idict["label"] = name
idict["value"] = val idict["value"] = val
else: else:
logging.warning(f"Unknown valueType: {spec.get('valueType')} for parameter {name}, using default text input") logging.info(f"Unknown valueType: {spec.get('valueType')} for parameter {name}, using default text input")
idict["value"] = json.dumps(val) idict["value"] = json.dumps(val)
inputgroup = [] inputgroup = []
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment