dont log sql queries by default

This commit is contained in:
array-in-a-matrix 2024-08-12 12:51:16 -04:00
parent 9d1c5d76ff
commit bd147edcf9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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