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
Hello,
I have v2.10 data-prepper running on kubernetes and I want to enable debug.
From what I have read, I understand that I need to configure log4j.
So what I did is create a configmap which contains the log4j2.properties:
I don't seem to get any debug logs.
I am rading that I need to run the data-prepper with the -Dlog4j.configurationFile option, but this is valid for versions before 2.
Can you help me with enabling debug on k8s?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have v2.10 data-prepper running on kubernetes and I want to enable debug.
From what I have read, I understand that I need to configure log4j.
So what I did is create a configmap which contains the log4j2.properties:
and have mounted it in my deployment by using:
I don't seem to get any debug logs.
I am rading that I need to run the data-prepper with the
-Dlog4j.configurationFile
option, but this is valid for versions before 2.Can you help me with enabling debug on k8s?
Beta Was this translation helpful? Give feedback.
All reactions