1
0
Fork 0

adjusting level of debug

This commit is contained in:
Joao Gilberto Magalhaes 2022-08-25 12:30:17 -05:00
parent af896c1d8b
commit 7d441d6386
5 changed files with 17 additions and 18 deletions

View file

@ -48,7 +48,7 @@ class ProcessorInterface:
elif mode == "kubernetes":
return Kubernetes()
else:
Functions.log("FACTORY", "error", "Expected mode to be 'static', 'docker', 'swarm' or 'kubernetes'. I got '%s'" % (mode))
Functions.log("FACTORY", "fatal", "Expected mode to be 'static', 'docker', 'swarm' or 'kubernetes'. I got '%s'" % (mode))
return None
def refresh(self):