mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Add note about log levels on Wndows
This is a problem if a developer on Windows tries to separate those three levels into separate streams without customizing the CakePHP default levels.
This commit is contained in:
parent
22a2e93c4b
commit
ca5e9c305f
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…
Add table
Reference in a new issue