Skip to content

Instantly share code, notes, and snippets.

@colinodell
Created August 20, 2015 22:59
Show Gist options
  • Save colinodell/da2e9a241280138b54b0 to your computer and use it in GitHub Desktop.
Save colinodell/da2e9a241280138b54b0 to your computer and use it in GitHub Desktop.
Guzzle with logger
services:
guzzle.client:
class: Guzzle\Http\Client
calls:
- [addSubscriber, ["@guzzle.logger"]]
guzzle.logger:
class: Guzzle\Log\MonologLogAdapter
arguments:
- "@logger"
tags:
- { name: monolog.logger, channel: api }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment