Troubleshooting a data-product
Logs for Data-products
In the server, data-product generates two types of logs when running a job.
1. Execution log
The spark script code execution log can be found in the below location of the server.
2. Joblog
Also, from the job we are having logs for identifying the status of the job. This type of log configurable to put either in log file or kafka topic based on below config.
If log.appender.kafka.enable
is false
, the log goes into the below file.
Last updated