v2.2.0 (#395)
Co-authored-by: Quentin Torroba <quentin.torroba@mistral.ai> Co-authored-by: Clément Siriex <clement.sirieix@mistral.ai> Co-authored-by: Kim-Adeline Miguel <kimadeline.miguel@mistral.ai> Co-authored-by: Michel Thomazo <michel.thomazo@mistral.ai> Co-authored-by: Clément Drouin <clement.drouin@mistral.ai>
This commit is contained in:
parent
51fecc67d9
commit
ec7f3b25ea
107 changed files with 8002 additions and 535 deletions
|
|
@ -72,6 +72,22 @@ This section is for developers who want to set up the repository for local devel
|
|||
|
||||
Pre-commit hooks will automatically run checks before each commit.
|
||||
|
||||
### Logging Configuration
|
||||
|
||||
Logs are written to `~/.vibe/logs/vibe.log` by default. Control logging via environment variables:
|
||||
|
||||
| Variable | Description | Default |
|
||||
|----------|-------------|---------|
|
||||
| `LOG_LEVEL` | Logging level (`DEBUG`, `INFO`, `WARNING`, `ERROR`, `CRITICAL`) | `WARNING` |
|
||||
| `LOG_MAX_BYTES` | Max log file size in bytes before rotation | `10485760` (10 MB) |
|
||||
| `DEBUG_MODE` | When `true`, forces `DEBUG` level | - |
|
||||
|
||||
Example:
|
||||
|
||||
```bash
|
||||
LOG_LEVEL=DEBUG uv run vibe
|
||||
```
|
||||
|
||||
### Running Tests
|
||||
|
||||
Run all tests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue