incident-io / catalog-importer

Import data into the incident.io Catalog from a variety of sources.
MIT License
14 stars 4 forks source link

Dont log debug output to StdOut #107

Closed paprikati closed 5 months ago

paprikati commented 5 months ago

Logging 'asumming this is handled separately' isn't useful information - now we log this on our logger which'll only pipe to StdOut in debug mode.

Additionally makes logger the second argument to our functions as that's a more common pattern.