diff options
Diffstat (limited to 'src/bin')
-rw-r--r-- | src/bin/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
8 | 8 | ||
9 | #[tokio::main] | 9 | #[tokio::main] |
10 | async fn main() { | 10 | async fn main() { |
11 | // Show debug logs by default by setting `RUST_LOG=restful_rust=debug` | 11 | // Show debug logs by default by setting `RUST_LOG=gradecoin=debug` |
12 | if env::var_os("RUST_LOG").is_none() { | 12 | if env::var_os("RUST_LOG").is_none() { |
13 | env::set_var("RUST_LOG", "gradecoin=debug"); | 13 | env::set_var("RUST_LOG", "gradecoin=debug"); |
14 | } | 14 | } |