Skip to content

Commit

Permalink
Improve info/links about logging levels
Browse files Browse the repository at this point in the history
Interlink to Log Levels -section in all instances where the available logging levels are discussed.
Previously the links pointed to [example rabbitmq.conf](https://github.com/rabbitmq/rabbitmq-server/blob/v3.13.x/deps/rabbit/docs/rabbitmq.conf.example) which doesn't provide a list of all available logging levels.
  • Loading branch information
MiriPii committed Mar 26, 2024
1 parent 9f92354 commit a99eb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The following example instructs RabbitMQ to log to a file at the `debug` level:
log.file.level = debug
```

Supported log levels ca be found in the [example rabbitmq.conf file](https://github.com/rabbitmq/rabbitmq-server/blob/v3.13.x/deps/rabbit/docs/rabbitmq.conf.example).
> Supported log levels are discussed in the [Log Levels -section](#log-levels) found below.
Logging to a file can be deactivated with

Expand Down Expand Up @@ -217,7 +217,7 @@ The following example instructs RabbitMQ to use the `debug` logging level when l
log.console.level = debug
```

Supported log levels ca be found in the [example rabbitmq.conf file](https://github.com/rabbitmq/rabbitmq-server/blob/v3.13.x/deps/rabbit/docs/rabbitmq.conf.example).
> Supported log levels are discussed in the [Log Levels -section](#log-levels) found below.
Logging to console in JSON format:

Expand Down

0 comments on commit a99eb33

Please sign in to comment.