def main(): log.info("QANTA starting with configuration:") for k, v in ENVIRONMENT.items(): log.info("{0}={1}".format(k, v))