Skip to content

Commit 9ce3424

Browse files
authored
Update Logger.php
1 parent 1781e8a commit 9ce3424

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

app/Config/Logger.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ class Logger extends BaseConfig
141141
* Uncomment this block to use it.
142142
*/
143143
// 'CodeIgniter\Log\Handlers\ErrorlogHandler' => [
144-
// /* The log levels this handler can handle. */
145-
// 'handles' => ['critical', 'alert', 'emergency', 'debug', 'error', 'info', 'notice', 'warning'],
144+
// /* The log levels this handler can handle. */
145+
// 'handles' => ['critical', 'alert', 'emergency', 'debug', 'error', 'info', 'notice', 'warning'],
146146
//
147-
// /*
148-
// * The message type where the error should go. Can be 0 or 4, or use the
149-
// * class constants: `ErrorlogHandler::TYPE_OS` (0) or `ErrorlogHandler::TYPE_SAPI` (4)
150-
// */
151-
// 'messageType' => 0,
147+
// /*
148+
// * The message type where the error should go. Can be 0 or 4, or use the
149+
// * class constants: `ErrorlogHandler::TYPE_OS` (0) or `ErrorlogHandler::TYPE_SAPI` (4)
150+
// */
151+
// 'messageType' => 0,
152152
// ],
153153
];
154154
}

0 commit comments

Comments
 (0)