Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Dec 7, 2018
1 parent 5307386 commit ce8ca6a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ By default, Confluent may use the same logging location for both Zookeeper and K

**Configuring the systemd for Zookeeper:**

- Edit: */lib/systemd/system/confluent-zookeeper.service*
- Edit: ``/lib/systemd/system/confluent-zookeeper.service``

- Configure the logs location with the LOG_DIR environment variable

Expand Down Expand Up @@ -158,7 +158,7 @@ To change this behaviour, you need to edit the log4j configuration:

**Configuring the systemd service file for Connect:**

- Edit: */lib/systemd/system/confluent-kafka-connect.service*
- Edit: ``/lib/systemd/system/confluent-kafka-connect.service``

- Configure the logs location with the LOG_DIR environment variable

Expand Down Expand Up @@ -218,6 +218,15 @@ To change this behaviour, you need to edit the log4j configuration:

sudo systemctl restart confluent-kafka-connect

Schema registry
---------------

**By default, the Confluent platform generates Schema registry log in the following location:**

::

/var/log/confluent/schema-registry

ksql-server
-----------

Expand All @@ -227,7 +236,7 @@ Notes: By default, the systemd already defines the log directory location, which

**Verifying the systemd service file for ksql:**

- Edit: */lib/systemd/system/confluent-ksql.service*
- Edit: ``/lib/systemd/system/confluent-ksql.service``

- Verify the logs location with the LOG_DIR environment variable

Expand Down

0 comments on commit ce8ca6a

Please sign in to comment.