Update global logger settings.
This commit is contained in:
parent
5345c97f33
commit
6415e139ae
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@ export var games: {[index: string]: Game} = {};
|
||||||
|
|
||||||
export const log: Logger = new Logger({
|
export const log: Logger = new Logger({
|
||||||
displayFunctionName: false,
|
displayFunctionName: false,
|
||||||
displayLoggerName: false,
|
displayLoggerName: true,
|
||||||
displayFilePath: `hidden`,
|
displayFilePath: `hidden`,
|
||||||
displayLogLevel: true,
|
displayLogLevel: true,
|
||||||
minLevel: conf.log.level,
|
minLevel: conf.log.level,
|
||||||
name: conf.log.name,
|
name: `GLOBAL`,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (Validate.config(conf)) {
|
if (Validate.config(conf)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue