#Another very backend website thing, but perhaps only print the received data if its in a dev env
10 messages · Page 1 of 1 (latest)
what do you mean by received data?
<@&869943787277926470> opinion?
looks good
Well, the main reason for these logs is to be able to figure out crashes that are not reproducible for some reason.
With these logs, we can check what request was sent/received just before the crash and therefore what caused it. Without it something like that is extremely hard to find.
you could use tracing, but i dont know if its worth the time
or log it to a file, not console output
no, we have a log collector that aggregates all logs to query/analyze them
(there are 5ish frontend replicas running)