How Do I Change FlumeClient Logs to Standard Logs?
- Log in to the node where the Flume client is installed.
- Go to the Flume client installation directory, for example, /opt/FlumeClient. Run the following command:
cd /opt/FlumeClient/fusioninsight-flume-1.9.0/bin
- Run the ./flume-manage.sh stop force command to stop FlumeClient.
- 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.
- Run the ./flume-manage.sh start force command to restart FlumeClient.
- After the modification, check whether the Docker configuration is correct.
Parent topic: Big Data Service Development