From adc450d18b4f0ca70b127c05b4de7bbfa76c0c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Tue, 15 Mar 2016 19:33:14 +0100 Subject: [PATCH] Remove outdated statement about log auto config --- lib/Cake/Log/CakeLog.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Cake/Log/CakeLog.php b/lib/Cake/Log/CakeLog.php index 0e8ae2760..aa18392b4 100644 --- a/lib/Cake/Log/CakeLog.php +++ b/lib/Cake/Log/CakeLog.php @@ -21,10 +21,10 @@ App::uses('LogEngineCollection', 'Log'); /** - * Logs messages to configured Log adapters. One or more adapters - * can be configured using CakeLogs's methods. If you don't - * configure any adapters, and write to the logs a default - * FileLog will be autoconfigured for you. + * Logs messages to configured Log adapters. + * + * One or more adapters + * can be configured using CakeLogs's methods. * * ### Configuring Log adapters *