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
Fluentd formatter process_info method is outdated and not working.
It inherits from Json, which inherits from Raw, which inherits from Base – none of them has the process_info method anymore. It only exists in Default (for backward compatibility I suppose).
The text was updated successfully, but these errors were encountered:
Since you use Fluentd, can you help explain what it is trying to do in this appender. The comment indicates Ignore fields: pid, thread, file and line by default. I.e. do we want to exclude these fields from the output JSON for Fluentd by default/always?
Hi, I think yes – Fluentd is mostly used in a containerized environment where processes usually have pid = 1 and hostname is the docker container id, which makes little sense to put in logs. Not sure what was the reasoning behind ignoring the file and line, I'm not using this anyway.
Fluentd
formatterprocess_info
method is outdated and not working.It inherits from
Json
, which inherits fromRaw
, which inherits fromBase
– none of them has theprocess_info
method anymore. It only exists inDefault
(for backward compatibility I suppose).The text was updated successfully, but these errors were encountered: