Skip to content

Commit

Permalink
#22 even less logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 20, 2016
1 parent c73ba99 commit f9c6277
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/io/jare/Logs.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ public void run() {
final String name = ockets.next();
final long bytes = this.process(name);
this.bucket.remove(name);
Logger.info(
this, "ocket %s processed and removed, %,d bytes",
name, bytes
);
Logger.info(this, "ocket %s processed: %,d bytes", name, bytes);
}
} catch (final IOException ex) {
throw new IllegalStateException(ex);
Expand Down

0 comments on commit f9c6277

Please sign in to comment.