Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 612795e

Browse files
Documentation improved
1 parent 7258ddd commit 612795e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/monitoring/logs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The logs of a pod can be retrieved with `kubectl logs`.
44

5-
$ kubectl logs kafka
5+
$ kubectl logs apache-kafka
66
[2021-06-01 13:51:03,852] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$)
77
[2021-06-01 13:51:04,361] INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler)
88
[2021-06-01 13:51:04,362] INFO starting (kafka.server.KafkaServer)
@@ -12,7 +12,7 @@ node. This is the case for Debian 10 and CentOS 8 but not for CentOS 7.
1212
The annotation `featureLogs` with a value of `true` or `false` is added
1313
to all pods to indicate the availability of the logs.
1414

15-
$ kubectl describe pod kafka
15+
$ kubectl describe pod apache-kafka
1616
1717
Annotations: featureLogs: true
1818

0 commit comments

Comments
 (0)