-
Notifications
You must be signed in to change notification settings - Fork 1.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
[TT-13186/TT-13199] improve logs #6632
base: master
Are you sure you want to change the base?
Conversation
💔 The detected issue is not in one of the allowed statuses 💔
Please ensure your jira story is in one of the allowed statuses |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
API Changes no api changes detected |
Quality Gate passedIssues Measures |
User description
Description
Related Issue
Parent: https://tyktech.atlassian.net/browse/TT-13186
Subtask: https://tyktech.atlassian.net/browse/TT-13199
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
PR Type
enhancement
Description
UpstreamBasicAuth
middleware by changing the log level fromInfo
toWarn
for header conflict detection.fmt.Sprintf
for better formatting.fmt
package import to support the new log message formatting.Changes walkthrough 📝
mw_upstream_basic_auth.go
Improve logging for upstream basic authentication
gateway/mw_upstream_basic_auth.go
fmt
package.Info
toWarn
for header conflict detection.fmt.Sprintf
.