add logging config to audio server
add audio client change delimiter for mcp tools from "::" to ":" to save tokens
This commit is contained in:
@@ -16,4 +16,4 @@ RUN apt -y install ffmpeg
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 8000
|
||||
CMD ["uvicorn", "audio_server:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
CMD ["uvicorn", "audio_server:app", "--host", "0.0.0.0", "--port", "8000", "--log-config", "logging_config.yaml"]
|
||||
Reference in New Issue
Block a user