Skip to content

Commit

Permalink
fixing links in monolog readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Aug 14, 2023
1 parent 395b7b8 commit d453bb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Logs/Monolog/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenTelemetry Monolog handler

A monolog handler for OpenTelemetry. See See https://opentelemetry.io/docs/instrumentation/php/logging for further documentation.
A monolog handler for OpenTelemetry. See https://opentelemetry.io/docs/instrumentation/php/manual/#logs for further documentation.

## Requirements

Expand Down Expand Up @@ -52,9 +52,9 @@ $handler = new \OpenTelemetry\Contrib\Logs\Monolog\Handler(
If you use [OpenTelemetry SDK autoloading](https://opentelemetry.io/docs/instrumentation/php/sdk/#autoloading), you can retrieve the global logger
provider. That may be a no-op implementation if there was any misconfiguration.

See [./example/autoload-sdk.php](autoload-sdk example) for how to use autoloading with the OpenTelemetry SDK.
See [autoload-sdk example](./example/autoload-sdk.php) for how to use autoloading with the OpenTelemetry SDK.

## Create a Logger
### Create a Logger

Finally, add the handler to a Monolog logger:

Expand Down

0 comments on commit d453bb1

Please sign in to comment.