Skip to content

Commit 9fa0702

Browse files
committed
docker container error reporting
1 parent e4dc3ae commit 9fa0702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plogical/DockerSites.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,8 @@ def DeployN8NContainer(self):
908908

909909
### it means less then two containers which means something went wrong
910910
if len(containers) < 2:
911-
logging.writeToFile(f'Unkonwn error, containers not running. [DeployN8NContainer]')
912-
logging.statusWriter(self.JobID, f'Unkonwn error, containers not running. [DeployN8NContainer]')
911+
logging.writeToFile(f'Unkonwn error, containers not running. [DeployN8NContainer] . [404]')
912+
logging.statusWriter(self.JobID, f'Unkonwn error, containers not running. [DeployN8NContainer] . [404]')
913913
return 0
914914

915915
### Set up Proxy

0 commit comments

Comments
 (0)