mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Merge pull request #897 from citrusjunoss/master
TS Configuration interface: add enableCallStack
This commit is contained in:
commit
8f8dfeed31
2
types/log4js.d.ts
vendored
2
types/log4js.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user