mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge pull request #8469 from ravage84/patch-3
Remove outdated statement about log auto config
This commit is contained in:
commit
896c6e3010
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@
|
||||||
App::uses('LogEngineCollection', 'Log');
|
App::uses('LogEngineCollection', 'Log');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logs messages to configured Log adapters. One or more adapters
|
* Logs messages to configured Log adapters.
|
||||||
* can be configured using CakeLogs's methods. If you don't
|
*
|
||||||
* configure any adapters, and write to the logs a default
|
* One or more adapters
|
||||||
* FileLog will be autoconfigured for you.
|
* can be configured using CakeLogs's methods.
|
||||||
*
|
*
|
||||||
* ### Configuring Log adapters
|
* ### Configuring Log adapters
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue