Skip to content

Commit

Permalink
closes #1028
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Mar 11, 2024
1 parent 7fd4a87 commit ec58b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/10.configuration-guide/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ec58b30

Please sign in to comment.