Skip to content
Snippets Groups Projects
Commit 75251c73 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

use logger.info instead of .error

parent 4c102dda
Branches
Tags 0.26
No related merge requests found
......@@ -742,7 +742,7 @@ def provision(config):
return next(
o for o in orgs_to_provision if o['name'] == org['name'])
except StopIteration:
logger.error(
logger.info(
f'Org {org["name"]} does not have valid configuration.')
return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment