Merge pull request #897 from citrusjunoss/master

TS Configuration interface: add  enableCallStack
This commit is contained in:
Gareth Jones 2019-06-20 07:59:14 +10:00 committed by GitHub
commit 8f8dfeed31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
types/log4js.d.ts vendored
View File

@ -272,7 +272,7 @@ export interface Levels {
export interface Configuration {
appenders: { [name: string]: Appender; };
categories: { [name: string]: { appenders: string[]; level: string; } };
categories: { [name: string]: { appenders: string[]; level: string; enableCallStack?: boolean; } };
pm2?: boolean;
pm2InstanceVar?: string;
levels?: Levels;