diff --git a/lesson-6/README.md b/lesson-6/README.md index d2a5e18..69b7a1c 100644 --- a/lesson-6/README.md +++ b/lesson-6/README.md @@ -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