From 9ad855f6ea22c30060e864cfe5cae8cce524fd2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Mal=C3=A9=C5=99?= Date: Mon, 18 Sep 2023 11:12:39 +0200 Subject: [PATCH] Removing the badly rendered asciidoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rewording the chapter about logging categories Adding examples for the better context Signed-off-by: Michal Maléř --- docs/src/main/asciidoc/logging.adoc | 31 ++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/docs/src/main/asciidoc/logging.adoc b/docs/src/main/asciidoc/logging.adoc index 78483f3aa643c..1754ca8a8b1eb 100644 --- a/docs/src/main/asciidoc/logging.adoc +++ b/docs/src/main/asciidoc/logging.adoc @@ -241,13 +241,34 @@ All potential properties are listed in the <>. If you want to configure something extra for a specific category, create a named handler like `quarkus.log.handler.[console|file|syslog]..*` and set it up for that category by using `quarkus.log.category..handlers`.