-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Log file rotation for periods longer then day not working. Regression. #40016
Comments
/cc @dmlloyd (logging) |
No, that should still work and if it doesn't it's a bug. I can't look right now as I'm in the middle of something else, but I can likely look later today or tomorrow. |
🙏🏼 |
Actually there is a pull request to fix it jboss-logging/jboss-logmanager#468 Please take a look when it's convenient for you @jamezp |
I did a 3.0.5.Final release today which includes this fix and dependabot should pick it up. |
|
quarkusio/quarkus#40016 (cherry picked from commit f1c9939)
quarkusio/quarkus#40016 (cherry picked from commit f1c9939)
quarkusio/quarkus#40016 (cherry picked from commit f1c9939)
quarkusio/quarkus#40016 (cherry picked from commit f1c9939)
Describe the bug
Since 3.4.x it is not possible to use logging file rotation periods longer then a day, for example
quarkus.log.file.rotation.file-suffix=.yyyy-MM
. Application doesn't start.Expected behavior
Application starts successfully
Actual behavior
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
The solution is quite simple. There is a PR to fix it. But it should be integrated to Quarkus after releasing new version of jboss-logmanager
The text was updated successfully, but these errors were encountered: