Structured logging glitch #9048
javierlinked
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see some issues logging to Sentry/DataDog. Exceptions from
@payloadcms/next
are split into multiple lines, as seen here.I understand this is happening because while infos are logged with

payload.logger.info
and some errors withconsole.error
, which skips Pino, and internal payload logger.
I have created a PR for this. #9044
Beta Was this translation helpful? Give feedback.
All reactions