diff --git a/src/main.ts b/src/main.ts index b8fc1c5..9dfec6c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -18,7 +18,10 @@ import { ExecutiveConfirmation } from "./events/special/ExecutiveConfirmation"; import { InvestigateAffiliation } from "./events/special/InvestigateLoyalty/InvestigateAffiliation"; export var log: Logger = new Logger({ + displayFunctionName: true, + displayFilePath: `hidden`, displayLogLevel: true, + name: `SecretHitler`, }); export var active_games: {[key: string]: Game} = {};