feat: logging_time decorator

This commit is contained in:
superobk
2024-05-23 15:41:53 +08:00
parent d1be3b2aa7
commit d149521b11
5 changed files with 31 additions and 8 deletions

View File

@ -34,6 +34,11 @@ python main.py
## Configuration
Create ".env.yaml" at the root of jarvis-models, and copy the following yaml configuration
```yaml
env:
version: 0.0.1
host: 0.0.0.0
port: 8000
log:
level: debug
time_format: "%Y-%m-%d %H:%M:%S"