diff options
| author | Fuwn <[email protected]> | 2021-03-23 16:46:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-23 16:46:53 -0700 |
| commit | 43007a7f1cd616c4f0513b24ce2e93b0aa68ca7f (patch) | |
| tree | d9911d30f94857a274193d1a9bd4a1ecdf13e3e1 /.env | |
| parent | fix: Buddy name not being correctly read (diff) | |
| download | whirl-43007a7f1cd616c4f0513b24ce2e93b0aa68ca7f.tar.xz whirl-43007a7f1cd616c4f0513b24ce2e93b0aa68ca7f.zip | |
format: Change log severity of events
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ # My personal .env file I use for development. ~ @fuwn -RUST_LOG=warn,whirl=info,whirl=debug +RUST_LOG=warn,whirl=info,whirl=debug,whirl=trace DATABASE_URL=sqlite:worlds.db |