10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log4js版本:^6.9.1 node版本:16.20.2 appenders: { everything: { type: "file", filename: "all-the-logs.log" }, }, categories: { default: { appenders: ["everything"], level: "debug" }, },
type设置成 file 就会报错appenderModule.configure is not a function,将 type 设置 consloe是可以输出的,这是为什么?
The text was updated successfully, but these errors were encountered:
Do you have a sample code where I can run and replicate the issue?
Sorry, something went wrong.
No branches or pull requests
log4js版本:^6.9.1 node版本:16.20.2
appenders: {
everything: { type: "file", filename: "all-the-logs.log" },
},
categories: {
default: { appenders: ["everything"], level: "debug" },
},
type设置成 file 就会报错appenderModule.configure is not a function,将 type 设置 consloe是可以输出的,这是为什么?
The text was updated successfully, but these errors were encountered: