Skip to content

Commit

Permalink
Log at a more reasonable level
Browse files Browse the repository at this point in the history
Currently, every single pixel that is being painted emits a log message in debug mode. Set it to trace instead!
  • Loading branch information
hanslovsky committed Nov 27, 2018
1 parent 9cb0587 commit 06111f8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,7 @@ public synchronized long getSegment(final long fragmentId)
{
id = segmentId;
}
LOG.debug("Returning {} for fragment {}: ", id, fragmentId);
LOG.trace("Returning {} for fragment {}: ", id, fragmentId);
return id;
}

Expand Down

0 comments on commit 06111f8

Please sign in to comment.