network_wrangler.logger

Functions

setupLogging([info_log_filename, ...])

Sets up the WranglerLogger w.r.t.

network_wrangler.logger.setupLogging(info_log_filename=None, debug_log_filename=None, log_to_console=True)[source]

Sets up the WranglerLogger w.r.t. the debug file location and if logging to console.

Parameters:
  • info_log_filename – the location of the log file that will get created to add the INFO log. The INFO Log is terse, just gives the bare minimum of details.

  • debug_log_filename – the location of the log file that will get created to add the DEBUG log. The DEBUG log is very noisy, for debugging.

  • log_to_console – if True, logging will go to the console at DEBUG level