Skip to content

Commit

Permalink
add error log
Browse files Browse the repository at this point in the history
  • Loading branch information
noidname01 committed Oct 6, 2021
1 parent 137f63c commit 73e9e5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void initialize(SubmarineConfiguration conf) {
try {
watchExperiment();
} catch (Exception e){
LOG.error("Experiment watch failed. " + e.getMessage());
LOG.error("Experiment watch failed. " + e.getMessage(), e);
}

// client.setDebugging(true);
Expand Down

0 comments on commit 73e9e5b

Please sign in to comment.