-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Deprecate GAP-Signature and add a warning on usage #1103
Conversation
6eebf8f
to
495bd27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No real issue with this, just wonder if it's worth extending the warning message to say we plan to remove in a future release?
35c3a0a
to
9b4daaf
Compare
msgs = configureLogger(o.Logging, msgs) | ||
msgs = parseSignatureKey(o, msgs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we just making configureLogger
first so it is available to everything?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably should yeah 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, can follow up to reconfigure logging to the top as and when we need to
#648
Checklist: