Comparing version 4.3.1 to 4.3.2
# log4js-node changelog | ||
## 4.3.2 | ||
* [Types for enableCallStack](https://github.com/log4js-node/log4js-node/pull/897) - thanks [@citrusjunoss](https://github.com/citrusjunoss) | ||
## 4.3.1 | ||
@@ -4,0 +7,0 @@ * [Fix for maxLogSize in dateFile appender](https://github.com/log4js-node/log4js-node/pull/889) |
{ | ||
"name": "log4js", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "Port of Log4js to work with node.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://log4js-node.github.io/log4js-node/", |
@@ -275,3 +275,3 @@ // Type definitions for log4js | ||
appenders: { [name: string]: Appender; }; | ||
categories: { [name: string]: { appenders: string[]; level: string; } }; | ||
categories: { [name: string]: { appenders: string[]; level: string; enableCallStack?: boolean; } }; | ||
pm2?: boolean; | ||
@@ -278,0 +278,0 @@ pm2InstanceVar?: string; |
97838