From d42f0021e56652d4e439e7345ace30cdc04c85ff Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 8 Jan 2021 06:32:34 -0600 Subject: [PATCH] Add debug log level const --- scripts/shared/const.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/shared/const.js b/scripts/shared/const.js index 9151b410..aeeb3a8f 100644 --- a/scripts/shared/const.js +++ b/scripts/shared/const.js @@ -19,4 +19,5 @@ const LOG_NONE = 0; const LOG_INFO = 1; const LOG_WARN = 2; const LOG_ERROR = 4; -const LOG_VERBOSE = 8; \ No newline at end of file +const LOG_VERBOSE = 8; +const LOG_DEBUG = 16; \ No newline at end of file