Source code for gridstatus.gs_logging [docs]def log(msg, verbose=False): # TODO: use logging if verbose is False: return print(msg)