Archived
1
0

Get boostrap stuff forking

They don't run yet but seem to be forking correctly now.
This commit is contained in:
Asher
2019-01-22 18:28:54 -06:00
committed by Kyle Carberry
parent b1cd5c142f
commit 8a789ac957
6 changed files with 32 additions and 11 deletions

View File

@ -260,7 +260,6 @@ export class Logger {
if (name) {
this.nameColor = hashStringToColor(name);
}
this.info(`Log level: ${process.env.LOG_LEVEL || "info"}`);
if (process.env.LOG_LEVEL) {
switch (process.env.LOG_LEVEL) {
case "debug": this.level = Level.Debug; break;