mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
add log level as a cli arg
This commit is contained in:
@@ -24,6 +24,13 @@ const globals = {
|
||||
ENVIRONMENT: {
|
||||
LOCAL: "local",
|
||||
PRODUCTION: "production"
|
||||
},
|
||||
LOG_LEVEL: {
|
||||
INFO: "info",
|
||||
DEBUG: "debug",
|
||||
ERROR: "error",
|
||||
WARN: "warn",
|
||||
TRACE: "trace"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user