8000 add to enableCallStack to Configuration Interface · Hacker-FEX/log4js-node@ebc7f98 · GitHub
[go: up one dir, main page]

Skip to content

Commit ebc7f98

Browse files
authored
add to enableCallStack to Configuration Interface
add to enableCallStack to Configuration Interface
1 parent aa6e9f4 commit ebc7f98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/log4js.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,12 @@ export interface Levels {
272272

273273
export interface Configuration {
274274
appenders: { [name: string]: Appender; };
275-
categories: { [name: string]: { appenders: string[]; level: string; } };
275+
categories: { [name: string]: { appenders: string[]; level: string; enableCallStack?: boolean; } };
276276
pm2?: boolean;
277277
pm2InstanceVar?: string;
278278
levels?: Levels;
279279
disableClustering?: boolean;
280+
enableCallStack?: boolean;
280281
}
281282

282283
export class Logger {

0 commit comments

Comments
 (0)
0