Skip to content

Udpate tracker configuration#650

Merged
josecelano merged 1 commit intotorrust:developfrom
josecelano:648-update-tracker-configuration
Jul 2, 2024
Merged

Udpate tracker configuration#650
josecelano merged 1 commit intotorrust:developfrom
josecelano:648-update-tracker-configuration

Conversation

@josecelano
Copy link
Copy Markdown
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
@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