Skip to content

Commit

Permalink
[docs] Add version compatibility hint for logback
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkoepf committed Jan 2, 2025
1 parent 7a0f25a commit d1f207c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/maintenance/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ For Fluss distributions this means you have to:
* remove the `log4j-slf4j-impl` jar from the lib directory.
* add the `logback-core`, and `logback-classic` jars to the lib directory.

:::info
Fluss currently uses SLF4J 1.7.x, which is _incompatible_ with logback 1.3.0 and higher.
:::

The Fluss distribution ships with the following logback configuration files in the conf directory, which are used automatically if logback is enabled:
* `logback-console.xml`: used for CoordinatorServer/TabletServer if they are run in the foreground (e.g., Kubernetes).
* `logback.xml`: used for CoordinatorServer/TabletServer by default.
Expand Down

0 comments on commit d1f207c

Please sign in to comment.