-
Notifications
You must be signed in to change notification settings - Fork 105
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
Metadata not displayed in cloudwatch #173
Comments
Hi I am facing the same issue |
`const logger = winston.createLogger({ logger.info( |
@edenmydev try this way. It worked for me. |
It looks like the fix for this is to set Lines 26 to 29 in 09f8d4d
|
I can't see the metada sent with wintson in Cloudwatch. This is my file config:
For example:
logger.error("getCardStatus - This card is not shared", {cardId:1});
will only print on Cloudwatch:
info - getCardStatus - This card is not shared.
The text was updated successfully, but these errors were encountered: