You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TokenLogger class is not necessary, now that App Insights has been integrated into the application properly. As a result, the class can be removed, and replaced with using a normal logger. The env var APPINSIGHTS_CONNECTION_STRING can also be removed completely from the application.
Requirements
A list of requirements to consider this feature delivered
Motivation
The
TokenLogger
class is not necessary, now that App Insights has been integrated into the application properly. As a result, the class can be removed, and replaced with using a normallogger
. The env varAPPINSIGHTS_CONNECTION_STRING
can also be removed completely from the application.Requirements
A list of requirements to consider this feature delivered
TokenLogger
APPINSIGHTS_CONNECTION_STRING
Tasks
To be filled in by the engineer picking up the issue
The text was updated successfully, but these errors were encountered: