Skip to content
New issue

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

numBackups failed when using dot into pattern #1407

Open
crochut opened this issue Dec 15, 2023 · 0 comments
Open

numBackups failed when using dot into pattern #1407

crochut opened this issue Dec 15, 2023 · 0 comments

Comments

@crochut
Copy link

crochut commented Dec 15, 2023

Hi,
i using this configuration

{
appenders: {
console: { type: "stdout" },
file: {
type: "dateFile",
filename: conf.directory + '/' +conf.filePattern,
pattern:'yyyy.MM.dd.hh.mm',
numBackups : 1,
},
},
categories: {
default: { appenders: ["file"], level: conf.logLevel },
}
}

And the rolling is ok but the numBackups doesn't work.

If i replace '.' by '-' into filename, it works fine.

pattern:'yyyy-MM-dd-hh-mm',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant