使用配置文件设置日志参数 (#116)

* 使用配置文件设置日志参数

* update:优化

---------

Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
Co-authored-by: hrz <1710360675@qq.com>
This commit is contained in:
HonestQiao
2025-02-23 15:18:59 +08:00
committed by GitHub
co-authored by 欣南科技 hrz
parent 6c3fbd7a8f
commit 148578399f
4 changed files with 39 additions and 30 deletions
+2 -2
View File
@@ -163,8 +163,8 @@ poetry run python app.py
conda remove -n xiaozhi-esp32-server --all -y
conda create -n xiaozhi-esp32-server python=3.10 -y
conda activate xiaozhi-esp32-server
conda install conda-forge::libopus
conda install conda-forge::ffmpeg
conda install conda-forge::libopus -y
conda install conda-forge::ffmpeg -y
```
## 2.安装本项目依赖