diff --git a/obs_operator.py b/obs_operator.py index 53621a46..369ab504 100755 --- a/obs_operator.py +++ b/obs_operator.py @@ -1,4 +1,6 @@ -#!/usr/bin/python3 +#!/usr/bin/python3 -u +# Without the -u option for unbuffered output nothing shows up in journal or +# kubernetes logs. import argparse from http.cookies import SimpleCookie