enough-oil-62271
04/18/2023, 4:45 AMcargo shuttle logs? Debug logging is nice sometimes, but when working with a database (I'm using Postgres) every query is laid out in full multiline detail, and unless I'm currently debugging that I really don't need to see it, it really makes it hard to find other parts of the logs.
If there's a way to configure the default sqlx logging to not show quite as much detail or with quite as much length multiline verbosity that'd be nice also. :3gentle-ice-1561
04/19/2023, 11:32 AMRUST_LOG=debug,shuttle=trace,h2=warn FYIagreeable-painting-48846
04/19/2023, 3:54 PMenough-oil-62271
04/19/2023, 4:54 PMagreeable-painting-48846
04/19/2023, 4:56 PMagreeable-painting-48846
04/19/2023, 4:57 PMkind-area-3810
04/19/2023, 6:34 PMkind-area-3810
04/19/2023, 6:35 PMenough-oil-62271
04/19/2023, 8:03 PMsqlx crate would be pretty nice as well.gentle-ice-1561
04/19/2023, 8:56 PM