all-things-risingwave

How to find consumer logs in RisingWave?

I am using RisingWave with a Kafka source, and I need to find the consumer logs for troubleshooting. Where can I locate the consumer logs in RisingWave?

Na

Naveen Nagarajan

Asked on Sep 18, 2022

To find consumer logs in RisingWave, you can check the logs generated by the RisingWave container. Here's how you can locate the consumer logs:

  1. Access the terminal of the RisingWave container.
  2. Navigate to the directory where the logs are stored. This can vary depending on the configuration.
  3. Look for log files related to the consumer component of RisingWave.

By examining these logs, you can identify any issues or errors that the consumer may be encountering while connecting to the Kafka source.

Sep 18, 2022Edited by