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

@@ -5,7 +5,7 @@ const logger = new graylog2.graylog({
});
function log(message, type, user, record, object) {
if (type !== "ioevent")
if (type !== "ioevent" && type !== "DEBUG")
console.log(message, {
type,
env: process.env.NODE_ENV || "development",