mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
Log configuration fixed
This commit is contained in:
@ -34,6 +34,11 @@ python main.py
|
||||
## Configuration
|
||||
Create ".env.yaml" at the root of jarvis-models, and copy the following yaml configuration
|
||||
```yaml
|
||||
log:
|
||||
level: debug
|
||||
time_format: "%Y-%m-%d %H:%M:%S"
|
||||
filename: "D:/Workspace/Logging/jarvis/jarvis-models.log"
|
||||
|
||||
melotts:
|
||||
url: http://{IP running docker melotts-api}:18080/convert/tts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user