Skip to content

Commit 2832ac7

Browse files
authored
Update Logger.php
1 parent acecb0d commit 2832ac7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

application/Config/Logger.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ class Logger extends BaseConfig
1818
| 2 = Alert Messages - Action Must Be Taken Immediately
1919
| 3 = Critical Messages - Application component unavailable, unexpected exception.
2020
| 4 = Runtime Errors - Don't need immediate action, but should be monitored.
21-
| 5 = Debug - Detailed debug information.
22-
| 6 = Warnings - Exceptional occurrences that are not errors.
23-
| 7 = Notices - Normal but significant events.
24-
| 8 = Info - Interesting events, like user logging in, etc.
21+
| 5 = Warnings - Exceptional occurrences that are not errors.
22+
| 6 = Notices - Normal but significant events.
23+
| 7 = Info - Interesting events, like user logging in, etc.
24+
| 8 = Debug - Detailed debug information.
2525
| 9 = All Messages
2626
|
2727
| You can also pass an array with threshold levels to show individual error types
2828
|
29-
| array(1, 2, 3, 5) = Emergency, Alert, Critical, and Debug messages
29+
| array(1, 2, 3, 8) = Emergency, Alert, Critical, and Debug messages
3030
|
3131
| For a live site you'll usually enable Critical or higher (3) to be logged otherwise
3232
| your log files will fill up very fast.

0 commit comments

Comments
 (0)