Skip to content

Commit

Permalink
Add note about log levels on Wndows
Browse files Browse the repository at this point in the history
This is a problem if a developer on Windows tries to separate those three levels into separate streams without customizing the CakePHP default levels.
  • Loading branch information
ravage84 committed Mar 15, 2016
1 parent 22a2e93 commit ca5e9c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Cake/Log/CakeLog.php
Expand Up @@ -84,6 +84,9 @@ class CakeLog {
/**
* Default log levels as detailed in RFC 5424
* 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
*/
Expand Down

0 comments on commit ca5e9c3

Please sign in to comment.