Remove outdated statement about log auto config

This commit is contained in:
Marc Würth 2016-03-15 19:33:14 +01:00
parent 22a2e93c4b
commit adc450d18b

View file

@ -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
*