mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
dont log sql queries by default
This commit is contained in:
parent
9d1c5d76ff
commit
bd147edcf9
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ Install needed libraries:
|
||||||
nimble install jester norm checksums
|
nimble install jester norm checksums
|
||||||
```
|
```
|
||||||
|
|
||||||
Build glimpse executable:
|
Build glimpse executable (if you want the SQL queries logged, compile with `normDebug`):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nimble build
|
nimble build
|
||||||
|
|
2
nim.cfg
2
nim.cfg
|
@ -1,4 +1,4 @@
|
||||||
-d: normDebug
|
#-d: normDebug
|
||||||
-d: nimDebugDlOpen
|
-d: nimDebugDlOpen
|
||||||
-d: useStdLib # project breaks without this in docker https://github.com/dom96/httpbeast/issues/90
|
-d: useStdLib # project breaks without this in docker https://github.com/dom96/httpbeast/issues/90
|
||||||
-d: danger
|
-d: danger
|
||||||
|
|
Loading…
Add table
Reference in a new issue