Skip to content

Commit

Permalink
cleanup(logging): rm unnecessary printStackTrace
Browse files Browse the repository at this point in the history
  • Loading branch information
asher authored and robfletcher committed Apr 2, 2018
1 parent 3281e9c commit 6de57f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class DependentPipelineStarter implements ApplicationContextAware {
try {
t1.join()
} catch (InterruptedException e) {
e.printStackTrace()
log.warn("Thread interrupted", e)
}

log.info('executing dependent pipeline {}', pipeline.id)
Expand Down

0 comments on commit 6de57f3

Please sign in to comment.