Skip to content

Commit

Permalink
MAGETWO-52767: [Github] Not possible to disable DEBUG logging #4362
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftedreality committed Jun 14, 2016
1 parent 3088d9d commit 96ef03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Developer/Model/Logger/Handler/Debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function isHandling(array $record)

return
parent::isHandling($record)
&& $this->state->getMode() === State::MODE_DEVELOPER
&& $this->state->getMode() !== State::MODE_PRODUCTION
&& $this->scopeConfig->getValue('dev/debug/debug_logging', ScopeInterface::SCOPE_STORE, $storeCode);
}
}

0 comments on commit 96ef03b

Please sign in to comment.