diff --git a/server/eb/app.py b/server/eb/app.py index 438cd9bb..ce3a77b6 100644 --- a/server/eb/app.py +++ b/server/eb/app.py @@ -19,9 +19,6 @@ if os.path.isdir("/opt/python/log"): datefmt="%Y-%m-%d %H:%M:%S", ) -# echo the logs to stdout. Useful for local testing -logging.getLogger().addHandler(logging.StreamHandler(sys.stdout)) - SERVERDIR = os.path.dirname(os.path.realpath(__file__)) sys.path.append(SERVERDIR)