Skip to content

Configuration overhaul: rename log_level to threshold#659

Merged
josecelano merged 1 commit intotorrust:developfrom
josecelano:652-configuration-overhaul-rename-log_level-to-threshold
Jul 2, 2024
Merged

Configuration overhaul: rename log_level to threshold#659
josecelano merged 1 commit intotorrust:developfrom
josecelano:652-configuration-overhaul-rename-log_level-to-threshold

Conversation

@josecelano
Copy link
Copy Markdown
Member

Rename log_level to threshold:

[logging]
log_level = "info"
[logging]
threshold = "info"

Rename `log_level` to `threshold`

```toml
[logging]
log_level = "info"
```

```toml
[logging]
threshold = "info"
```
@josecelano josecelano self-assigned this Jul 2, 2024
@josecelano josecelano added this to the v3.0.0 milestone Jul 2, 2024
@josecelano josecelano requested a review from da2ce7 July 2, 2024 17:36
@josecelano josecelano linked an issue Jul 2, 2024 that may be closed by this pull request
@josecelano
Copy link
Copy Markdown
Member Author

ACK df96264

@josecelano josecelano merged commit 9e49b9f into torrust:develop Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configuration overhaul: rename log_level to threshold

1 participant