You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the logger keywords from your HydroMT functions, methods and classes. If you want to influence HydroMT logging, change the "hydromt" logger: logger = logging.getLogger("hydromt").
once you use the built in logging.getLogger function you should be able to use the logger as you'd be used to
HydroMT version checks
Reproducible Example
The code below raises
KeyError: 'logger'
Current behaviour
KeyError: 'logger'
Desired behaviour
I think I read here it should now be a new property of
Model
:https://github.com/Deltares/hydromt/blob/main/docs/guides/plugin_dev/migrating_to_v1.rst#logging
Additional context
No response
The text was updated successfully, but these errors were encountered: