#!/usr/local/bin/python import time import logging logging.warning('RUNNING.>.>.') while True: logging.info('Running...') time.sleep(5)