Follow up to :arrow_up: - Is there a way to struc...
# singer-tap-development
s
Follow up to ⬆️ - Is there a way to structure the "EVENT" message? Currently the output looks like
"2024-10-17 19:54:37,601 | INFO     | tap-hibob.company_field_list_items | Beginning full_table sync of 'company_field_list_items' with context:
, but I would love to parse out the
|
separated values if possible
1
e
Unfortunately plugins require their own logging configuration at the moment. For SDK-based ones, see: https://sdk.meltano.com/en/latest/implementation/logging.html#custom-logging-configuration. And here' how you can enable it automatically for all the plugins that can use it: https://github.com/edgarrmondragon/meltano-dogfood/blob/af7517848f9e66642558dde7ef03e10c4d1297d0/meltano.yml#L11-L12.
s
Thanks @Edgar Ramírez (Arch.dev)! 99% of our taps are singer sdk, so this should be perfect!
👌 1