logger - Functions cannot be passed directly to Client Components #8326
Answered
by
muyunz
LilithPrimary
asked this question in
Q&A
-
Hello! Could you please help me? I am trying to adjust logs according #7973. const streamToElastic = pinoElastic({ index: 'logstash', node: 'http://localhost:9200/' });
export default buildConfig({
logger: {
options: {
...ecsFormat({ apmIntegration: false }),
},
destination: streamToElastic,
},
//... But receive an error
And have no idea how to fix that. Maybe I missed something? Payload version: beta. |
Beta Was this translation helpful? Give feedback.
Answered by
muyunz
Sep 20, 2024
Replies: 1 comment 1 reply
-
I encountered the same issue and created a PR earlier #8325 😄 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LilithPrimary
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered the same issue and created a PR earlier #8325 😄