Update README.md

This commit is contained in:
Ankit Anand
2024-06-21 21:46:44 +05:30
committed by GitHub
parent 1fd1ad7acb
commit 8ce6c98493

View File

@ -28,7 +28,7 @@ logging.getLogger().addHandler(handler)
In the above code snippet, a handler is created using the `LoggingHandler` class. The handler is attached to the root logger using the `addHandler()` method. The handler receives log records from the logger and sends them to the OTLP backend using the `OTLPLogExporter`.
## Step 6: See your logs in SigNoz
## See your logs in SigNoz
<screenshots showing exact logs that was created with manual instrumentation>