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

New config option for log level #184

Merged
merged 2 commits into from
Jun 8, 2023
Merged

New config option for log level #184

merged 2 commits into from
Jun 8, 2023

Conversation

josecelano
Copy link
Member

log_level = "info"

The level can be:

  • off
  • error
  • warn
  • info
  • debug
  • trace

It's optional. The default value is info.

@josecelano josecelano linked an issue Jun 8, 2023 that may be closed by this pull request
@josecelano josecelano marked this pull request as ready for review June 8, 2023 15:38
@josecelano josecelano requested a review from da2ce7 June 8, 2023 15:38
```toml
log_level = "info"
```

The level can be:

- `off`
- `error`
- `warn`
- `info`
- `debug`
- `trace`
The log has some errors we need to fix. See:

#176
@josecelano josecelano added the Code Cleanup / Refactoring Tidying and Making Neat label Jun 8, 2023
@josecelano josecelano merged commit 488cd07 into torrust:develop Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup / Refactoring Tidying and Making Neat
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add new config option for logging level
1 participant