mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge pull request #8470 from ravage84/patch-4
Add note about log levels on Wndows
This commit is contained in:
commit
61b09024b0
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ class CakeLog {
|
||||||
* Default log levels as detailed in RFC 5424
|
* Default log levels as detailed in RFC 5424
|
||||||
* http://tools.ietf.org/html/rfc5424
|
* http://tools.ietf.org/html/rfc5424
|
||||||
*
|
*
|
||||||
|
* Windows has fewer levels, thus notice, info and debug are the same.
|
||||||
|
* https://bugs.php.net/bug.php?id=18090
|
||||||
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected static $_defaultLevels = array(
|
protected static $_defaultLevels = array(
|
||||||
|
|
Loading…
Reference in a new issue