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

Added Slack support #92

Merged
merged 4 commits into from
Oct 2, 2014
Merged

Conversation

fotomerchant
Copy link

Added required parameters and nodes to support the monolog SlackHandler. Requires Seldaek/monolog#413

@fotomerchant fotomerchant mentioned this pull request Aug 22, 2014
15 tasks
@xabbuh
Copy link
Member

xabbuh commented Aug 22, 2014

You would have to update the XSD as well.

@noetix
Copy link

noetix commented Sep 21, 2014

👍

$handler['use_attachment'],
$handler['level'],
$handler['bubble'],
$handler['icon_emoji'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be moved before level again (sorry for the back and forth:)

@fotomerchant
Copy link
Author

Ok. This should be good now. Didn't realise you'd changed the core bundle :)

@@ -55,6 +55,11 @@
<xsd:attribute name="dsn" type="xsd:string" />
<xsd:attribute name="client-id" type="xsd:string" />
<xsd:attribute name="use-ssl" type="xsd:boolean" />
<xsd:attribute name="username" type="xsd:string" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this one isn't necessary anymore? It doesn't seem to be used anywhere at least.

@Seldaek
Copy link
Member

Seldaek commented Oct 2, 2014

I'll merge and remove the username thing from the xsd myself as the rest looks good.

@Seldaek
Copy link
Member

Seldaek commented Oct 2, 2014

Thanks

@Seldaek Seldaek merged commit 82c25dd into symfony:master Oct 2, 2014
@Seldaek
Copy link
Member

Seldaek commented Oct 2, 2014

Thanks

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

Successfully merging this pull request may close these issues.

None yet

4 participants