From ca5e9c305f890fcd5646cd4dff5d7b0df885685c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Tue, 15 Mar 2016 19:37:14 +0100 Subject: [PATCH] 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. --- lib/Cake/Log/CakeLog.php | 3 +++ 1 file changed, 3 insertions(+) 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 */