grizzly icon indicating copy to clipboard operation
grizzly copied to clipboard

Ability to display debug print from only certain modules

Open tysmith opened this issue 6 years ago • 1 comments

If DEBUG=1 is set we get the output from all modules and some are very verbose (avalanche). Having more control over which modules output debug info would be helpful.

tysmith avatar Jun 27 '19 17:06 tysmith

I changed the default logging verbosity to INFO for avalanche because it is super verbose. In general, the adapter should probably tweak the loggers used by its imports if they are too noisy.

jschwartzentruber avatar Jun 27 '19 18:06 jschwartzentruber