You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More changes related to the configuration have been merged in the Tracker and Index repos.
We have to update the Tracker and Index configuration files.
Tracker
```toml
[logging]
log_level = "info"
[core]
mode = "public"
```
Index
```toml
[tracker]
mode = "public"
```
Tracker
```toml
version = "2"
[logging]
threshold = "info"
[core]
listed = false
private = false
```
Index
```toml
version = "2"
[logging]
threshold = "info"
[tracker]
listed = false
private = false
```
**NOTICE**: Only changed are shown.
3522b19 fix: [#22] update tracker and index config files (Jose Celano)
Pull request description:
More changes related to the configuration have been merged in the Tracker and Index repos.
We have to update the Tracker and Index configuration files.
Tracker
```toml
[logging]
log_level = "info"
[core]
mode = "public"
```
Index
```toml
[tracker]
mode = "public"
```
Tracker
```toml
version = "2"
[logging]
threshold = "info"
[core]
listed = false
private = false
```
Index
```toml
version = "2"
[logging]
threshold = "info"
[tracker]
listed = false
private = false
```
**NOTICE**: Only changed are shown.
Top commit has no ACKs.
Tree-SHA512: 3810c800dd265cc300f540dc6ca5af4f0e6c3e77868b9ed02e88eb7d4540756af81d1e64cde46d64e8beffd37892165803068cf7c874809c8e0384ea831940db
Relates to:
More changes related to the configuration have been merged in the Tracker and Index repos.
We have to update the Tracker and Index configuration files.
Old config files
Tracker
Index
New config files
Tracker
Index
NOTICE: Only changed are shown.
The text was updated successfully, but these errors were encountered: