We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e0640 commit 0cc31f2Copy full SHA for 0cc31f2
src/main.rs
@@ -23,7 +23,8 @@ mod prelude;
23
#[tokio::main(flavor = "current_thread")]
24
async fn main() -> Result<()> {
25
dotenv().ok(); // load .env file if present
26
- // set default logging level. we ignore info logs from aws
+
27
+ // set default logging level. we ignore info logs from aws
28
if env::var("RUST_LOG").is_err() {
29
env::set_var(
30
"RUST_LOG",
0 commit comments