mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
degraded logging policy for server container in AppFramework
This commit is contained in:
@@ -201,7 +201,7 @@ class DIContainer extends SimpleContainer implements IAppContainer {
|
||||
});
|
||||
|
||||
$this->registerService('ServerContainer', function ($c) {
|
||||
$c->query('OCP\\ILogger')->info(
|
||||
$c->query('OCP\\ILogger')->debug(
|
||||
'Accessing the server container is deprecated. Use type ' .
|
||||
'annotations to inject core services instead!'
|
||||
);
|
||||
@@ -222,7 +222,7 @@ class DIContainer extends SimpleContainer implements IAppContainer {
|
||||
* App Framework APIs
|
||||
*/
|
||||
$this->registerService('API', function($c){
|
||||
$c->query('OCP\\ILogger')->info(
|
||||
$c->query('OCP\\ILogger')->debug(
|
||||
'Accessing the API class is deprecated! Use the appropriate ' .
|
||||
'services instead!'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user