Skip to content

Commit

Permalink
docs: removes logger instance from the readme as it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs authored Jul 29, 2020
1 parent 0e7826a commit 3cda12e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ use Zipkin\Reporters\Http;
// First we create the endpoint that describes our service
$endpoint = Endpoint::create('my_service');

// Logger to stdout
$logger = new \Monolog\Logger('log');
$logger->pushHandler(new \Monolog\Handler\ErrorLogHandler());

$reporter = new Http(['endpoint_url' => 'http://myzipkin:9411/api/v2/spans']);
$sampler = BinarySampler::createAsAlwaysSample();
$tracing = TracingBuilder::create()
Expand Down

0 comments on commit 3cda12e

Please sign in to comment.