IO-1917 Autohouse handling for DMS.

This commit is contained in:
Patrick Fic
2022-06-13 11:44:35 -07:00
parent 1b2afb9e93
commit 43fbf32e99
4 changed files with 43 additions and 4 deletions

View File

@@ -216,7 +216,7 @@ server.listen(port, (error) => {
if (error) throw error;
logger.log(
`[${process.env.NODE_ENV || "DEVELOPMENT"}] Server running on port ${port}`,
"DEBUG",
"INFO",
"api"
);
});