@Fireduck has joined the channel
@Fireduck set the channel purpose: Development Discussion
@Clueless has joined the channel
@GitHub was added to this conversation
/github subscribe snowblossomcoin/snowblossom
there it is
/github subscribe list
[snowblossomcoin/snowblossom] Release - test4
We would like to support blocks greater than 4mb, or at least have the option to. This is a blocker in GRPC: https://github.com/grpc/grpc-java/issues/4482
@Clueless do you have a burning passion to write logging configs?
I found how to load them but don't have a lot of time today
So the deal is that the grpc/netty stuff shits logs all over a few dozen names
and we care about zero of it
for the stuff we do care about, we should change the loggers to strings that make sense and then write a config to mess with them
like we can have snowblossom.peering
snowblossom.blockchain
snowblossom.user
and adjust any java files that have a Logger entry near the top to be in one of the catagories
and anything that isn't in one of those should basically be off or to a file
Been doing important work