Cocolabs-SAS / cocorico

👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
https://www.cocolabs.com
MIT License
857 stars 610 forks source link

Lot of errors #487

Closed gonzasylv closed 4 years ago

gonzasylv commented 4 years ago
Q A
Bug report? [ ]
Feature request? [ ]
Support request? [ x ]

hi @cocolabssas,

What do all its errors in the logs correspond to?

[2020-06-14 18:10:01] event.DEBUG: Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". {"event":"kernel.finish_request","listener":"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"} []

[2020-06-14 18:10:01] event.DEBUG: Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments". {"event":"kernel.controller_arguments","listener":"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"} []

[2020-06-14 18:10:01] event.DEBUG: Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest". {"event":"kernel.request","listener":"Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest"} []

[2020-06-14 18:10:01] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {"event":"kernel.request","listener":"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"} []

2020-06-14 18:10:23] php.INFO: User Deprecated: The "jms_di_extra.metadata.metadata_factory" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"jms_di_extra.metadata.metadata_factory\" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. at /var/www/prod/Cocorico/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:282)"} []

[2020-06-14 18:10:23] event.DEBUG: Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest". {"event":"kernel.request","listener":"Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest"} []

[2020-06-14 18:14:59] event.DEBUG: Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest". {"event":"kernel.finish_request","listener":"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"} []

[2020-06-14 18:14:59] event.DEBUG: Notified event "kernel.exception" to listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException". {"event":"kernel.exception","listener":"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"} []

...

I have a hundred messages of this type

cocolabssas commented 4 years ago

Hi @gonzasylv,

These are not errors only debug information to help you debugging. Look at the Symfony doc to see what are the different log level and how to configure it.