We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
app.Use(logger.New(logger.Config{ Format: "Request headers: ${reqHeaders}\nResponse headers:${?}", }))
How to print out response headers like ${reqHeaders}? The ${respHeader:SOMEONE} is not flexible for this scenario.
${reqHeaders}
${respHeader:SOMEONE}
No response
The text was updated successfully, but these errors were encountered:
it is currently not part of the standard tags, you could add it or create a custom tag
Sorry, something went wrong.
No branches or pull requests
Question Description
How to print out response headers like
${reqHeaders}
?The
${respHeader:SOMEONE}
is not flexible for this scenario.Code Snippet (optional)
No response
Checklist:
The text was updated successfully, but these errors were encountered: