meraki / dashboard-api-python

Official Dashboard API library (SDK) for Python
MIT License
292 stars 152 forks source link

added option to handle logging scheme externally #173

Closed GameMaster47 closed 2 years ago

GameMaster47 commented 2 years ago

Some users might already use their own logging scheme defined as part of their workflow. This way, we can consider and work with both cases. If the user has a logging scheme already setup, with their own handlers, formatters, etc, we just instantiate a logger and inherit the configs from the user's logging scheme. If there's no inheritance, we use the current logic.