Skip to content

Commit

Permalink
Turn on quaint debug logs (name change, dammit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius de Bruijn committed Nov 20, 2019
1 parent 603df6f commit 8413c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export SERVER_ROOT=$(pwd)
export RUST_LOG_FORMAT=devel
export RUST_BACKTRACE=1
export RUST_LOG=prisma=debug,prisma_query=debug,query_core=trace,query_connector=debug,sql_query_connector=debug,prisma_models=debug,engineer=info
export RUST_LOG=prisma=debug,quaint=debug,query_core=trace,query_connector=debug,sql_query_connector=debug,prisma_models=debug,engineer=info
export LOG_QUERIES=y

export PRISMA_CONFIG_PATH=$(pwd)/prisma.yml
Expand Down

0 comments on commit 8413c46

Please sign in to comment.