Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in monolog.xml service definition #91

Open
evgeny-s opened this issue Nov 24, 2015 · 0 comments
Open

error in monolog.xml service definition #91

evgeny-s opened this issue Nov 24, 2015 · 0 comments

Comments

@evgeny-s
Copy link

Found error in your service definition:
vendor/misd/guzzle-bundle/Misd/GuzzleBundle/Resources/config/monolog.xml
Seems that you have error in:

<service id="misd_guzzle.log.adapter.monolog" class="%guzzle.log.adapter.monolog.class%" public="false">
            <tag name="monolog.logger" channel="guzzle"/>
            <argument type="service" id="monolog.logger" on-invalid="ignore"/>
        </service>

but it should be:

<argument type="service" id="logger" on-invalid="ignore"/>

Can you fix this issue? Or I will create pull request and you merge it?

@evgeny-s evgeny-s changed the title error in service definition error in monolog.xml service definition Nov 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant