Merge
authorGrégory Burri <gregory.burri@matisa.ch>
Thu, 29 Aug 2019 12:04:51 +0000 (14:04 +0200)
committerGrégory Burri <gregory.burri@matisa.ch>
Thu, 29 Aug 2019 12:04:51 +0000 (14:04 +0200)
1  2 
backend/src/main.rs

@@@ -62,8 -59,9 +60,11 @@@ fn main() -> std::io::Result<()> 
  
      println!("Configuration: {:?}", config);
  
 +    let database_connection = db::create_or_update();
 +
+     std::env::set_var("RUST_LOG", "actix_web=info");
+     env_logger::init();
      let mut listenfd = ListenFd::from_env();
      let mut server =
          HttpServer::new(