mirror of
https://github.com/weewx/weewx.git
synced 2026-04-19 00:56:54 -04:00
* First cut of python logging in wee_import Utilities Guide updates to be done separately * Refactored logging. Removed class WeeImportLog. All logging now done directly to module level logger. Console output now done directly from the module concerned using print function. * Replaced log method calls with info/debug/error method calls