uvacw / inca

24 stars 6 forks source link

have all scripts use the same logger #417

Closed damian0604 closed 6 years ago

damian0604 commented 6 years ago

Using myinca=Inca(debug=True) and myinca=Inca(verbose=True) did not affect verbosity of logging of all submodels because each used its own logger. Which means that the description at https://github.com/uvacw/inca/blob/development/doc/howto_scrape.md#use-logging-for-debugging was inocrrect. Changed to using one common logger, now everything works as described and expected by the user