def main()

in troubleshooting/tools/color-logger/large.py [0:0]


def main():
    for i in range(PAYLOAD_COUNT):
        sig_handler(i)
        print("Logged 10 events")
        time.sleep(MESSAGE_INTERVAL)