Help Center> MapReduce Service> FAQs> Big Data Service Development> How Do I Change FlumeClient Logs to Standard Logs?
Updated on 2023-06-27 GMT+08:00

How Do I Change FlumeClient Logs to Standard Logs?

  1. Log in to the node where the Flume client is installed.
  2. Go to the Flume client installation directory, for example, /opt/FlumeClient. Run the following command:

    cd /opt/FlumeClient/fusioninsight-flume-1.9.0/bin

  3. Run the ./flume-manage.sh stop force command to stop FlumeClient.
  4. Run the vi ../conf/log4j.properties command to open the log4j.properties file and change the flume.root.logger value to ${flume.log.level},console.
  5. Run the ./flume-manage.sh start force command to restart FlumeClient.
  6. After the modification, check whether the Docker configuration is correct.

Big Data Service Development FAQs

more