We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec53b85 commit f6700eaCopy full SHA for f6700ea
Model/Config/Source/LogLevel.php
@@ -13,7 +13,6 @@ class LogLevel implements ArrayInterface
13
public function toOptionArray()
14
{
15
return [
16
- ['value' => Logger::DEBUG, 'label' => __('Debug (not recommended)')],
17
['value' => Logger::INFO, 'label' => __('Info')],
18
['value' => Logger::NOTICE, 'label' => __('Notice')],
19
['value' => Logger::WARNING, 'label' => __('Warning')],
0 commit comments