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

日志级别调制为debug

parent f80b7eef
Pipeline #21254 passed with stage
in 22 seconds
......@@ -12,4 +12,4 @@ if [ -z "$WORKER" ]; then
fi
# 默认2个进程 50个线程
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
gunicorn -b 0.0.0.0:8080 -w $WORKER --threads=$THREADS startup:global_app -t 600 --log-level debug
\ 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