Swap out old log for shiny tracing

This commit is contained in:
2020-07-27 22:36:48 -04:00
parent fb99afdc26
commit b16ba3e3f7
8 changed files with 259 additions and 172 deletions

View File

@@ -3,6 +3,7 @@ use async_trait::async_trait;
use chrono::prelude::*;
use serde::{Deserialize, Serialize};
use sqlx::postgres::PgPool;
use tracing::debug;
use super::ListParams;
use super::Model;