Skip to content

Commit

Permalink
print appId
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Dec 9, 2022
1 parent d6d839c commit ea5597f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ class LogBatchCommand(
if (!done) {
if (!Option(log).exists(_.getRowCount > 0)) {
Option(batch).foreach { batch =>
info(s"Batch report for ${batch.getId} (state: ${batch.getState})")
info(s"Batch report for ${batch.getId} (appId: ${batch.getAppId}," +
s" state: ${batch.getState})")
}
}
Thread.sleep(conf.get(CTL_BATCH_LOG_QUERY_INTERVAL))
Expand Down

0 comments on commit ea5597f

Please sign in to comment.