Commit e984593d authored by 金凯强's avatar 金凯强 🎨

日志级别info

parent 755d8b46
Pipeline #21132 passed with stage
in 36 seconds
...@@ -8,8 +8,8 @@ if [ -z "$THREADS" ]; then ...@@ -8,8 +8,8 @@ if [ -z "$THREADS" ]; then
fi fi
if [ -z "$WORKER" ]; then if [ -z "$WORKER" ]; then
WORKER=2 WORKER=3
fi fi
# 默认2个进程 50个线程 # 默认2个进程 50个线程
gunicorn -b 0.0.0.0:8080 -w $WORKER --threads=$THREADS startup:global_app -t 600 --log-level debug gunicorn -b 0.0.0.0:8080 -w $WORKER --threads=$THREADS startup:global_app -t 600 --log-level info
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment