From bd147edcf9015e347dc2d17bfd9cc981bec7c0d9 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 12 Aug 2024 12:51:16 -0400 Subject: [PATCH] dont log sql queries by default --- README.md | 2 +- nim.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a44d5c..7d4f1f4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Install needed libraries: nimble install jester norm checksums ``` -Build glimpse executable: +Build glimpse executable (if you want the SQL queries logged, compile with `normDebug`): ```sh nimble build diff --git a/nim.cfg b/nim.cfg index 4cc77dc..3c50290 100644 --- a/nim.cfg +++ b/nim.cfg @@ -1,4 +1,4 @@ --d: normDebug +#-d: normDebug -d: nimDebugDlOpen -d: useStdLib # project breaks without this in docker https://github.com/dom96/httpbeast/issues/90 -d: danger