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

Update Tracker and Index configuration #22

Closed
josecelano opened this issue Jul 3, 2024 · 0 comments · Fixed by #23
Closed

Update Tracker and Index configuration #22

josecelano opened this issue Jul 3, 2024 · 0 comments · Fixed by #23
Assignees
Milestone

Comments

@josecelano
Copy link
Member

josecelano commented Jul 3, 2024

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

[logging]
log_level = "info"

[core]
mode = "public"

Index

[tracker]
mode = "public"

New config files

Tracker

version = "2"

[logging]
#threshold = "off"
#threshold = "error"
#threshold = "warn"
threshold = "info"
#threshold = "debug"
#threshold = "trace"

[core]
listed = false
private = false

Index

version = "2"

[logging]
#threshold = "off"
#threshold = "error"
#threshold = "warn"
threshold = "info"
#threshold = "debug"
#threshold = "trace"

[tracker]
listed = false
private = false

NOTICE: Only changed are shown.

@josecelano josecelano added this to the v3.0.0 milestone Jul 3, 2024
@josecelano josecelano self-assigned this Jul 3, 2024
josecelano added a commit to josecelano/torrust-compose that referenced this issue Jul 3, 2024
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.
@josecelano josecelano linked a pull request Jul 3, 2024 that will close this issue
josecelano added a commit that referenced this issue Jul 3, 2024
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
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 a pull request may close this issue.

1 participant