|
|
|
|
|
by DinaCoder99
834 days ago
|
|
There seems to be a conflation in two subtly different types of debugging hereāone is simply regurgitating state while tracking down a specific bug on a local machine and should not be committed and the other is intended to be checked into possibly production code with the assumption being sent to a log aggregator. I think both are valid techniques, but one clearly benefits from the use of the `log` crate more than the other. |
|