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
Update the logging in the vetext forwarder lambda to be in-line with our logging policy.
As a VA Notify Engineer I want to log in accordance with our policies So that we are consistent across the platform
logger.info(event)
info
warning
error/critical
MessageSid
MessagingServiceSid
To
From
debug
Logging has no opportunity for new errors
The text was updated successfully, but these errors were encountered:
Hey team! Please add your planning poker estimate with Zenhub @babyjunior56 @cris-oddball @EvanParish @k-macmillan @kalbfled @ldraney @nikolai-efimov
Sorry, something went wrong.
@k-macmillan will investigate.
#1497 Update logging for the Vetext forwarder lambda
4a57320
#1497 Update logging for the Vetext forwarder lambda (#2199)
6f2f7ef
kalbfled
No branches or pull requests
User Story - Business Need
Update the logging in the vetext forwarder lambda to be in-line with our logging policy.
User Story(ies)
As a VA Notify Engineer
I want to log in accordance with our policies
So that we are consistent across the platform
Additional Info and Resources
Engineering Checklist
logger.info(event)
)info
,warning
, anderror/critical
MessageSid
is recorded in the logsMessagingServiceSid
is recorded in the logsTo
(the service's phone number) is recorded in the logsFrom
and other identifying fields are not recorded outside ofdebug
loggingAcceptance Criteria
QA Considerations
Logging has no opportunity for new errors
The text was updated successfully, but these errors were encountered: