mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +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');
|
||||
|
||||
/**
|
||||
* 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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue