Skip to content

Commit 6a66500

Browse files
committed
Fix count due to log4js update
1 parent fb19990 commit 6a66500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { join } from "path"
55

66
log4js.configure({
77
appenders: {
8-
file: { type: "dateFile", filename: "./logs/hutao", alwaysIncludePattern: true, backups: 31, compress: true },
8+
file: { type: "dateFile", filename: "./logs/hutao", alwaysIncludePattern: true, numBackups: 31, compress: true },
99
out: { type: "stdout" },
1010
}, categories: {
1111
default: { appenders: ["file", "out"], level: "debug" }

0 commit comments

Comments
 (0)