-
Notifications
You must be signed in to change notification settings - Fork 41.1k
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
Migrate from NCSARequestLog to CustomRequestLog #16416
Comments
@wilkinsona Can I take this up? |
Thanks for the offer. We're not yet sure what needs to be done. If you'd like to spend some time looking at the differences between |
I've had a look and it seems that all properties related to the
I think we should deprecate all the removed keys in favor of new
The I've got a change (almost) ready with all of this. Judging from the required changes, 2.2.x seems to be the right target. Is that what you had in mind @wilkinsona ? |
Thanks, @bclozel. Yeah, given the extent of the changes, 2.2.x sounds right to me. It might be tricky to do it in a non-breaking manner, but I don't think we should wait for 3.0. |
I upgraded my spring boot version to 2.5, Now I cant set timezone in application.properties. What is the way of setting the time zone through application.properties in my application? |
|
In Jetty 9.4.15,
NSCARequestLog
has been deprecated andCustomRequestLog
introduced as its replacement. We need to migrate toCustomRequestLog
, making any necessary property updates when we do so. Assigning to 2.2.x for now but, depending on the updates that are necessary, we may want to do this in one or more of our current maintenance branches.The text was updated successfully, but these errors were encountered: