diff --git a/server/eb/app.py b/server/eb/app.py index 912990ba..be9f20fa 100644 --- a/server/eb/app.py +++ b/server/eb/app.py @@ -14,7 +14,7 @@ if os.path.isdir("/opt/python/log"): # This is the standard location where Amazon EC2 instances store the application logs. logging.basicConfig( filename="/opt/python/log/app.log", - level=logging.DEBUG, + level=logging.INFO, format="%(asctime)s.%(msecs)03d %(levelname)s %(module)s - %(funcName)s: %(message)s", datefmt="%Y-%m-%d %H:%M:%S", )