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
See this comment for an updated scope & context on the issue.
I'd like to use Lambda Powertools Logger to log audit information. This info needs to be logged 100% of the time whereas my other log information doesn't. When I enable a sample rate, I'd like to be able to be sure the audit information is logged.
Solution/User Experience
constlogger=newLogger({serviceName: "MyService",});// don't care about "always", could be whatever you think makes senselogger.always.info("Here is my important log information");
Use case
Important
See this comment for an updated scope & context on the issue.
I'd like to use Lambda Powertools Logger to log audit information. This info needs to be logged 100% of the time whereas my other log information doesn't. When I enable a sample rate, I'd like to be able to be sure the audit information is logged.
Solution/User Experience
Alternative solutions
No response
Acknowledgment