handler.setFormatter(logging.Formatter("(%(process)d) [%(asctime)s] %(message)s",
datefmt="%a, %d %b %Y %H:%M:%S"))
root_logger.addHandler(handler)
handler.setFormatter(logging.Formatter("(%(process)d) [%(asctime)s] %(message)s",
datefmt="%a, %d %b %Y %H:%M:%S"))
root_logger.addHandler(handler)