Skip to content

Commit f6700ea

Browse files
committed
[FIX] - removed the possibility to log all debug messages
1 parent ec53b85 commit f6700ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Model/Config/Source/LogLevel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class LogLevel implements ArrayInterface
1313
public function toOptionArray()
1414
{
1515
return [
16-
['value' => Logger::DEBUG, 'label' => __('Debug (not recommended)')],
1716
['value' => Logger::INFO, 'label' => __('Info')],
1817
['value' => Logger::NOTICE, 'label' => __('Notice')],
1918
['value' => Logger::WARNING, 'label' => __('Warning')],

0 commit comments

Comments
 (0)