repro.common.logging#

repro.common.logging.prepare_global_logging(file_path=None, silent=False)#

Sets up the logger. If file_path is not None, the log is written to that file. If silent is not True, the log will also be written to stdout.