Skip to content

Commit

Permalink
full logging in production mode if verbosity set
Browse files Browse the repository at this point in the history
  • Loading branch information
jairajs89 committed Jan 22, 2013
1 parent 16d8a0c commit d0f8b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zerver.js
Expand Up @@ -906,7 +906,7 @@ function generateZerverScript (apiRoot, host, query) {
}

function logRequest (handler, status) {
if (PRODUCTION) {
if (PRODUCTION && !VERBOSE) {
return;
}

Expand Down

0 comments on commit d0f8b55

Please sign in to comment.