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
we are using quarkus json logger to convert our console output to json format and the ECS flag to further translate the logs to ECS readable logfiles.
However, we are in need to control which fields actually appear in the log line, and so far my attempts were not successful.
For example, there is process.pid that is all the time 1, so is redundant for us and we wanted to remove it.
However, following ENV didnt work: QUARKUS_LOG_JSON_FIELDS_PROCESS_ID_ENABLED = false
Is there any way to control which fields appear if using ECS formater?
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,
we are using quarkus json logger to convert our console output to json format and the ECS flag to further translate the logs to ECS readable logfiles.
However, we are in need to control which fields actually appear in the log line, and so far my attempts were not successful.
For example, there is process.pid that is all the time 1, so is redundant for us and we wanted to remove it.
However, following ENV didnt work: QUARKUS_LOG_JSON_FIELDS_PROCESS_ID_ENABLED = false
Is there any way to control which fields appear if using ECS formater?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions