Skip to content

Commit

Permalink
Merge pull request #35885 from MichalMaler/QE-feedback-Logging-guide
Browse files Browse the repository at this point in the history
Applying the QE feedback for the Logging guide
  • Loading branch information
Ladicek authored Sep 15, 2023
2 parents b1a1196 + 43f5225 commit e3fb90e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/main/asciidoc/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ A category configuration recursively applies to all subcategories of that catego
The parent of all logging categories is called the "root category".
This category, being the ultimate parent, may contain configuration which applies globally to all other categories. This includes the globally configured handlers and formatters.

Thus, configurations made under `quarkus.log.console.*`, `quarkus.log.file.*`, and `quarkus.log.syslog.*`, are global and apply for all categories. For more information, see <<loggingConfigurationReference>>.
Thus, configurations made under `quarkus.log.console.+*+`, `quarkus.log.file.+*+`, and `quarkus.log.syslog.+*+` are global and apply for all categories.
For more information, see <<loggingConfigurationReference>>.

If you want to configure something extra for a specific category, create a named handler like `quarkus.log.handler.[console|file|syslog].<your-handler-name>.*` and set it up for that category by using `quarkus.log.category.<my-category>.handlers`.

Expand Down

0 comments on commit e3fb90e

Please sign in to comment.