Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
Document DEBUG_LOG_SQL.
Browse files Browse the repository at this point in the history
  • Loading branch information
toolness committed Mar 22, 2018
1 parent bbf9e85 commit 192946d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/environment.md
Expand Up @@ -16,6 +16,9 @@ string), the boolean is true; otherwise, it's false.
* `DEBUG` is a boolean value that indicates whether debugging is enabled
(this should always be false in production).

* `DEBUG_LOG_SQL` is a boolean value that indicates whether SQL
statements sent to the database should be logged to the console.

* `DEBUG_HTTPS` is a boolean value that indicates whether the
site should consider itself to be served over HTTPS while
debugging is enabled. This can be useful if you want to develop
Expand Down

0 comments on commit 192946d

Please sign in to comment.