From f6e59be05baab180b0f84007face031791586be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 17 Oct 2024 20:01:31 +0200 Subject: [PATCH] Fix logger name in quickstart.rst Also fix a link to be a hyperlink --- doc/source/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/quickstart.rst b/doc/source/quickstart.rst index 73dc6ad..8a5c380 100644 --- a/doc/source/quickstart.rst +++ b/doc/source/quickstart.rst @@ -98,7 +98,7 @@ Logging ------- OSC Tiny provides a limited amount of built-in logging. To utilize this (e.g. for debugging) you -only need to `configure ` the used loggers: +only need to `configure `_ the used loggers: .. list-table:: Loggers :header-rows: 1 @@ -107,7 +107,7 @@ only need to `configure ` * - Logger - Description - * - osctiny.request + * - osctiny - Logs every HTTP request (including data and params) and response (including headers and body).