From 116af4059f43eb3986b54fee080af9f67c247472 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 13 Apr 2021 04:51:19 +0300 Subject: Require authorization for Block POST Not tested because it's impossible to follow without verbose error messages, failing 1 test --- src/bin/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/main.rs b/src/bin/main.rs index 8d88286..598a2e1 100644 --- a/src/bin/main.rs +++ b/src/bin/main.rs @@ -8,7 +8,7 @@ use gradecoin::schema::create_database; #[tokio::main] async fn main() { - // Show debug logs by default by setting `RUST_LOG=restful_rust=debug` + // Show debug logs by default by setting `RUST_LOG=gradecoin=debug` if env::var_os("RUST_LOG").is_none() { env::set_var("RUST_LOG", "gradecoin=debug"); } -- cgit v1.2.3-70-g09d2