That's a lot of data
# development
h
That's a lot of data
h
One major issue with looking at
-ldebug
is that we truncate after a certain amount of characters. It makes it hard to look at what’s going on cc @hundreds-breakfast-49010, this might relate to the idea of logging to a file. If logging to a file, it should never truncate
h
makes sense
I think we do that truncation right now before we call one of the log methods in rust
so we could move all truncation logic tothe
logging
crate, which could do something different depending if we were outputting to a file or not
👍 1