beatlabs/harvester

Set harvester log level

Closed this issue · 3 comments

1vnt commented

Is your feature request related to a problem? Please describe

I want to set the log level of your logging to a non-DEBUG value.

Is this a bug? Please provide steps to reproduce, a failing test etc.

Run harvester.Harvest for anything

Describe the solution

A way to set log level.

Additional context

Hey,
you can actually provide your own logging implementation via the log package of Harvester.
Check out this set-up function of the logging package.
Hope this helps.

1vnt commented

Nice, I'll check that out!

1vnt commented

Thanks, got everything setup!