confluent log¶
Options¶
None.
Positional arguments¶
| Name, shorthand | Default | Description |
|---|---|---|
<service> |
The service name. | |
<argument> |
Snapshot | Optional: Specify a
tail
argument. If no arguments are given, a snapshot of
the log is opened using the less command viewer. |
Examples¶
View a snapshot of the Connect log with the
lessviewer.confluent log connect
Tail the Kafka log and wait to print additional output until the log command is interrupted.
confluent log kafka -f
Tip
Type
man tailto get more information about the available options.