-
Notifications
You must be signed in to change notification settings - Fork 18
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
Duplicate log data within "log" field #5
Comments
an example of data sent. Data is duplicated in the "log" key
|
Happy to look into this but i think I need some more information to understand this more. My logs looks a little different. This is from the kubernetes ingress pod. The log field is the nginx stdout. Your logs are in json? Is Loggly parsing the json in the actual event and adding it in as fields? I dont have any pods emitting json logs that I can test with. Can you look at logs from some other pod that does not emit json? |
We actually format all of our logs in JSON. Sadly we don't have a service which prints out just strings. |
@amar-loggly might be able to answer what loggly does |
we are seeing duplicate data in our logs. What happens is we get original data AND the same data again in the
log
field.Is this by design, or is there a setting/code somewhere that is sending in data twice?
The text was updated successfully, but these errors were encountered: