Closed hannayurkevich closed 6 years ago
Recently a new field cf_ignored_app was introduced (see https://github.com/cloudfoundry-community/firehose-to-syslog/issues/132).
cf_ignored_app
I have a question. Can we omit "cf_ignored_app": "false" field for not-ignored applications when writing a message to syslog? This looks like a redundant info, but I'm not sure if is ok to omit it from implementation point of view.
"cf_ignored_app": "false"
Agree that's not really convenient. But this need a little bit of refactoring.
I will try to work on that when I have some time.
Thanks
Sure. Thank you!
Done in 4.1.1
Recently a new field
cf_ignored_app
was introduced (see https://github.com/cloudfoundry-community/firehose-to-syslog/issues/132).I have a question. Can we omit
"cf_ignored_app": "false"
field for not-ignored applications when writing a message to syslog? This looks like a redundant info, but I'm not sure if is ok to omit it from implementation point of view.