diff --git a/lib/Cake/Log/CakeLog.php b/lib/Cake/Log/CakeLog.php index 0e8ae276041..6f466dd96dd 100644 --- a/lib/Cake/Log/CakeLog.php +++ b/lib/Cake/Log/CakeLog.php @@ -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 */