Skip to content

Commit a63f10a

Browse files
committed
Make LOG_QUERIES a tinnnyyyy bit less hacky
1 parent 77a3966 commit a63f10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/adapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var STRINGFILE = {
3030
// string queries to be elegantly displayed (see wl2
3131
// or tweet @mikermcneil for status of this feature or
3232
// to help out)
33-
var LOG_QUERIES = false;
33+
var LOG_QUERIES = process.env.LOG_QUERIES === 'true';
3434

3535
module.exports = (function() {
3636

0 commit comments

Comments
 (0)