Skip to content

Commit

Permalink
log message improve
Browse files Browse the repository at this point in the history
  • Loading branch information
benjobs committed Nov 10, 2023
1 parent f2de04b commit 698b801
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ trait FlinkClientTrait extends Logger {
throw new RuntimeException(
s"""\n
|[flink-submit] Both JobGraph submit plan and Rest API submit plan all failed!
|JobGraph submit plan failed detail:
|JobGraph Submit plan failed detail:
|------------------------------------------------------------------
|${Utils.stringifyException(e)}
|------------------------------------------------------------------
|
| RestAPI Submit failed detail:
| RestAPI Submit plan failed detail:
| ------------------------------------------------------------------
|${Utils.stringifyException(e1)}
|------------------------------------------------------------------
Expand Down

0 comments on commit 698b801

Please sign in to comment.