Skip to content

Commit

Permalink
Should be true of course
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Mar 13, 2012
1 parent bd0cee4 commit 72f0139
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,12 @@ Running this command with the other JugglingDB adapters doesn't have any effect.

For debugging purposes it is nice to see the database queries executed by JugglingDB. To enable query logging in NodeXT, add the following to the `database` section of your configuration:

"logQueries": false
"logQueries": true

Depending on your database provider, you should see output like:

SELECT * FROM Post WHERE 1331650495746

...or:

KEYS Post:* 1331650628592

0 comments on commit 72f0139

Please sign in to comment.