Use this procedure to set a log level on Kafka Client so that the Kafka Client starts writing a log of the selected level in the DashBoard_Supervisor.log file on the POM server.
The Kafka Client is of POM Supervisor Dashboard.
Procedure
Log on to the POM server by using an SSH client application, such as PuTTY.
Go to the ${PIM_HOME}/config/ location.
Open the POMLOG4J.properties file.
In the log4j.logger.org.apache.kafka parameter, replace ERROR with one of the following levels:
OFF
FATAL
ERROR
WARN
INFO
DEBUG
TRACE
ALL
For example, to collect the log files of the INFO level, replace ERROR by INFO.