1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00

remove diesel=debug in env var

This commit is contained in:
hronro 2020-05-20 19:34:41 +08:00
parent ee7ec592f4
commit 8973f5bb08

View File

@ -64,7 +64,7 @@ async fn add_user(
#[actix_rt::main]
async fn main() -> std::io::Result<()> {
std::env::set_var("RUST_LOG", "actix_web=info,diesel=debug");
std::env::set_var("RUST_LOG", "actix_web=info");
env_logger::init();
dotenv::dotenv().ok();