Merge pull request #8470 from ravage84/patch-4

Add note about log levels on Wndows
This commit is contained in:
Mark Story 2016-03-15 21:17:55 -04:00
commit 61b09024b0

View file

@ -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(