mirror of
https://github.com/actix/examples
synced 2025-08-03 15:23:18 +02:00
remove diesel=debug
in env var
This commit is contained in:
@@ -64,7 +64,7 @@ async fn add_user(
|
|||||||
|
|
||||||
#[actix_rt::main]
|
#[actix_rt::main]
|
||||||
async fn main() -> std::io::Result<()> {
|
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();
|
env_logger::init();
|
||||||
dotenv::dotenv().ok();
|
dotenv::dotenv().ok();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user