gaob13 / kryo

Automatically exported from code.google.com/p/kryo
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Can't figure out how to get rid of some loggings #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. file read
2. kryo.register(MarketData.class, new DeltaCompressor(kryo, new 
FieldSerializer(kryo, MarketData.class)));
3. buffer.writeObject(fileOutputStream, o);

What is the expected output? What do you see instead?
no logging

I see:
compress APPEND 10: -64,-115,-73,1,-14,-59,-119,-105,-127,66,
compress APPEND 29: 
63,-26,92,-111,-47,78,59,-51,-96,-128,-79,1,63,-26,90,28,-84,8,49,39,-64,-124,61
,-56,-35,-119,-105,-127,66,
compress COPY at 0, length 14: 
63,-26,92,-111,-47,78,59,-51,-96,-128,-79,1,63,-26,

What version of the Kryo are you using?
1.03

Actually it's not minlog logs, in code there are system.outs, and some debug 
boolean, do I have to set it to false somehow?

Original issue reported on code.google.com by tomas.fe...@gmail.com on 27 Sep 2010 at 10:07

GoogleCodeExporter commented 8 years ago
debug should not have been checked in as true in the Delta class, sorry.

Original comment by nathan.s...@gmail.com on 10 Oct 2010 at 2:41