From ec58b3097daf419cb1f1443fcd998d17eba15696 Mon Sep 17 00:00:00 2001 From: Anna Geller Date: Mon, 11 Mar 2024 21:52:58 +0100 Subject: [PATCH] closes https://github.com/kestra-io/docs/issues/1028 --- content/docs/10.configuration-guide/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/10.configuration-guide/logging.md b/content/docs/10.configuration-guide/logging.md index d76a4c8408..d8aaef280f 100644 --- a/content/docs/10.configuration-guide/logging.md +++ b/content/docs/10.configuration-guide/logging.md @@ -43,7 +43,7 @@ kestra: We are using [Logback](https://logback.qos.ch/) to handle log. You change the format of the log format, and we provide some default and common one configuring a [logback configuration files](https://logback.qos.ch/manual/). -If you want to customize the log format, you can create a `logback.xml` file and add it to the classpath. Then, add a new `JAVA_OPS` environment variable: `"-Dlogback.configurationFile=file:/path/to/your/configuration/logback.xml"` +If you want to customize the log format, you can create a `logback.xml` file and add it to the classpath. Then, add a new `JAVA_OPTS` environment variable: `"-Dlogback.configurationFile=file:/path/to/your/configuration/logback.xml"` We provide some predefined configuration, and some example of the `logback.xml` files: