Adjusting logging configuration in Advanced Settings
You can customize the logging configurations for the SQL Stream Builder (SSB) job on the Streaming SQL Console in per-job mode or session mode. Adjusting the log configuration enables you to control the log levels of all the underlying libraries: Flink, Hadoop, Kafka, Zookeeper, other common libraries, and connectors to get more or less information in your job’s log.
The customization of the log configuration works differently based on the job
deployment mode:
- Session mode
- The
execution.target
is set to yarn-session mode, this is the default execution mode. - Per-job mode
- The
execution.target
is set to yarn-per-job mode.