Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Udpate tracker configuration #650

Merged

Conversation

josecelano
Copy link
Member

New breaking changes have been applied to the Tracker configuration.

  • Renamed log_level to threshold.
  • Tracker mode split into listed and private flags.
  • Added configuration version.

From:

[logging]
log_level = "info"

[core]
mode = "public"
tracker_usage_statistics = true
inactive_peer_cleanup_interval = 600

To:

version = "2"

[logging]
threshold = "info"

[core]
inactive_peer_cleanup_interval = 600
listed = false
private = false
tracker_usage_statistics = true

@josecelano josecelano added this to the v3.0.0 milestone Jul 2, 2024
@josecelano josecelano self-assigned this Jul 2, 2024
New breaking changes have been applied to the Tracker configuration.

- Renamed `log_level` to  `threshold`.
- Tracker mode split into `listed` and `private` flags.
- Added configuration `version`.

From:

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

[core]
mode = "public"
tracker_usage_statistics = true
inactive_peer_cleanup_interval = 600

```

To:

```toml
version = "2"

[logging]
threshold = "info"

[core]
inactive_peer_cleanup_interval = 600
listed = false
private = false
tracker_usage_statistics = true

```
@josecelano josecelano force-pushed the 648-update-tracker-configuration branch from d374a76 to 940c246 Compare July 2, 2024 10:12
@josecelano josecelano merged commit 0a2db2f into torrust:develop Jul 2, 2024
11 of 13 checks passed
@josecelano josecelano linked an issue Jul 2, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update tracker configuration
1 participant