Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #123 from spotify/silence-kryo-debug-spam
Browse files Browse the repository at this point in the history
do not log stack trace for expected exception
  • Loading branch information
NatashaL authored Aug 1, 2018
2 parents bdf80d8 + 23bacc3 commit c2c1601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private static Kryo getKryo() {
try {
scalaKryoInstantiatorClass = Class.forName("com.twitter.chill.ScalaKryoInstantiator");
} catch (ClassNotFoundException e) {
LOG.debug("Could not find com.twitter.chill.ScalaKryoInstantiator", e);
LOG.debug("Could not find com.twitter.chill.ScalaKryoInstantiator: {}", e);
}

final Kryo kryo;
Expand Down

0 comments on commit c2c1601

Please sign in to comment.