Skip to content

Commit

Permalink
skip create thread engine-launch-log
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm1 committed Mar 11, 2024
1 parent fd9c925 commit a9c08ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public List<String> getExecLog() throws SQLException, ClosedOrCancelledException
}

private void showLaunchEngineLog() {
if (launchEngineOpHandle != null) {
if (launchEngineOpHandle != null && !ignoreLaunchEngineLog) {
LOG.info("Starting to get launch engine log.");
engineLogThread =
new Thread("engine-launch-log") {
Expand Down

0 comments on commit a9c08ad

Please sign in to comment.