Hello,
dashboard = meraki.DashboardAPI(output_log=True, print_console=False, log_path='/logs/')
# output_log (boolean): create an output log file?
# log_path (string): path to output log; by default, working directory of script if not specified
# print_console (boolean): print logging output to console?
This configuration ensures that the log files generated by the API will be stored in the '/logs/' directory.
Let me knew if this resolve you issue?