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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an "advanced" LoggerFormatter API to expose more request metadata #2368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 23, 2023

  1. Add an "advanced" LoggerFormatter API to expose more request metadata

    As LoggerHandlerImpl already calculated this important information, that
    is otherwise hard/impossible to get (e.g. request start time), so if we
    want to use that metadata in a formatter (e.g. to mimic
    LoggerFormat.DEFAULT) - it'd be best if we don't need to repeat work
    that had already been done.
    guss77 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e960e32 View commit details
    Browse the repository at this point in the history