singer-io / tap-adwords

GNU Affero General Public License v3.0
29 stars 37 forks source link

Reduce log verbosity #47

Closed dmosorast closed 5 years ago

dmosorast commented 5 years ago

The logs are littered with per-record Removed paths... messages due to the transformer being created per record. On exiting of its context, it logs a report of what it did.

This PR hoists it up to outside of the for loops so that it only logs the aggregate once.