meraki / dashboard-api-python

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

v1.1.0 output_log=False still generates log file #117

Closed wilinger closed 4 years ago

wilinger commented 4 years ago

When output_log is set to False, a log file is still generated. The only way to not generate a log file is setting suppress_logging to True which turns off all logging.

dashboard = meraki.DashboardAPI( api_key=api_key, base_url='https://api-mp.meraki.com/api/v1/', output_log=False )

shiyuechengineer commented 4 years ago

Thanks for reporting the issue, which has now been fixed.