Skip to content

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