The Tracker TOML configuration file has changed. The following fields are now mandatory.
[metadata]
schema_version = "2.0.0"
[logging]
threshold = "info"
[core]
listed = false
private = true
The [metadata] section was added, and the version option was renamed to schema_version.
The Tracker TOML configuration file has changed. The following fields are now mandatory.
The
[metadata]section was added, and theversionoption was renamed toschema_version.