-
Notifications
You must be signed in to change notification settings - Fork 27
Update tracker configuration #648
Copy link
Copy link
Closed
Milestone
Description
Relates to: torrust/torrust-tracker#401
New breaking changes have been applied to the Tracker configuration.
- Renamed
log_leveltothreshold. - Tracker mode split into
listedandprivateflags. - 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
# ...NOTE: unchanged fields are omitted.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels