def tail_logs(args): try: start_tail(args) except KeyboardInterrupt: exit('Stopping logtail...', 'magenta')
def tail_logs(args): start_tail(args)