From c113c99e1da53b075bbef85d50c62d86a754ec96 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Mon, 25 Jan 2021 09:41:40 +0900 Subject: [PATCH] Add default log level in .env.sample --- .env.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.sample b/.env.sample index 8b27b0aa..63a600fe 100755 --- a/.env.sample +++ b/.env.sample @@ -15,6 +15,9 @@ DATABASE_URL=postgres://plume:plume@localhost/plume # The domain of your instance BASE_URL=plu.me +# Log level for each crate +RUST_LOG=debug,html5ever=warn,hyper=warn,tantivy=warn + # The secret key for private cookies and CSRF protection # You can generate one with `openssl rand -base64 32` ROCKET_SECRET_KEY=