diff options
| author | Fuwn <[email protected]> | 2021-03-23 16:46:53 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-23 16:46:53 +0000 |
| commit | f7771b20aa6a8adad24e1eb2419fa6033692ef3e (patch) | |
| tree | f58e8c0705419d1e0aa4a94871f743d27904e189 /.env | |
| parent | fix: Buddy name not being correctly read (diff) | |
| download | whirl-f7771b20aa6a8adad24e1eb2419fa6033692ef3e.tar.xz whirl-f7771b20aa6a8adad24e1eb2419fa6033692ef3e.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 |