-
If I need to read the emqx log use telegraf sidecar the one way is to mount emqx container stdout file by hostPath, but the implementation is too complex。 is there any other sample way to achieve the target。 |
Beta Was this translation helpful? Give feedback.
Answered by
Rory-Z
Aug 10, 2022
Replies: 1 comment
-
Maybe you can printout EMQX log to emptyDir ,just like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Rory-Z
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe you can printout EMQX log to emptyDir ,just like this: