-
Notifications
You must be signed in to change notification settings - Fork 41.2k
LOGBACK: No context given for c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy #21056
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
Comments
Thanks for the report. I haven't seen Logback output |
|
Thanks. I've reproduced the problem. |
I can confirm this problem too. |
It just a tips,If you don't want to see this information you can put a logback-spring.xml into classpath. |
Here is a question of me related to the same issue: https://stackoverflow.com/questions/60934273/spring-boot-2-2-6-no-context-given-for-sizeandtimebasedrollingpolicy-at-logback |
Does anyone know when this was first introduced? |
I can confirm this problem. Change |
@Hlingoes interesting, we never had this problem before 2.2.X, running some microservices with 2.1.7 without any issues. |
I can confirm this problem too, with spring boot : 2.2.8.RELEASE version |
Same problem with SpringBoot v2.2.7.RELEASE : |
Thanks everyone. We’ve already reproduced the problem and just need the time to fix it. In the meantime there’s no need to confirm that it occurs. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@snicoll , I am facing this issue with console appender, getting below messages |
@greedyaj That doesn't sounds like the same problem as this issue was specific to |
@wilkinsona Created new issue #27729 |
when I try to use spring boot default configuration to configure a rolling log files,logback show tips like title,so I view source(v2.2.6.RELEASE) to find the reason. in 150 lines of DefaultLogbackConfiguration.java,
when then rollingPolicy setRollingPolicy,logback show this tips,the tips info in 74 line of ContextAwareBase.java,the problem is not serious but very vexed, please repair it as soon as possible,thanks!
The text was updated successfully, but these errors were encountered: