输出日志

This commit is contained in:
2024-11-10 21:11:24 +08:00
parent d6b31d4727
commit ce318a7f1a

View File

@@ -10,7 +10,7 @@ source venv/bin/activate
# 启动服务
pm2 start uvicorn --name reverse-5002 -- main:app --host 0.0.0.0 --port 5002
pm2 start uvicorn --name reverse-5002 --log ./pm2.log -- main:app --host 0.0.0.0 --port 5002
# pip freeze > requirements.txt
#python3 -m pip install -U pyOpenSSL cryptography