nextcloud / fulltextsearch

🔍 Core of the full-text search framework for Nextcloud
GNU Affero General Public License v3.0
210 stars 51 forks source link

`ILogger` is deprecated and will be removed #873

Open susnux opened 3 days ago

susnux commented 3 days ago

The ILogger interface is deprecated and its logging functions will be removed with Nextcloud 31. Please migrate to the PSR LoggerInterface. The logging levels inside ILogger will remain, but we recommend to use the logging levels provided by PSR-3.

Code reference: https://github.com/nextcloud/fulltextsearch/blob/ed5d1916bbe398b21379a3f717499a1b278c2ada/lib/Service/MiscService.php#L45

susnux commented 3 days ago

cc @come-nc @ArtificialOwl