Skip to content

Commit

Permalink
chore: update example env
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Sep 15, 2024
1 parent 6070825 commit 4297f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HATSU_LOG = "info,tokio::net=debug"
HATSU_LOG = "info,tokio::net=debug,sqlx::query=warn"
HATSU_DATABASE_URL = "sqlite://hatsu.sqlite3"
HATSU_DOMAIN = "hatsu.local"
HATSU_LISTEN_HOST = "0.0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/admins/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ However, it may exist as a built-in preset (in the source code) or an example pr
## HATSU_LOG

- default: `info`
- example: `info,tokio::net=debug`
- example: `info,tokio::net=debug,sqlx::query=warn`

The format is the same as the [`RUST_LOG`](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#example-syntax).

Expand Down

0 comments on commit 4297f14

Please sign in to comment.