We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284b34f commit c69a632Copy full SHA for c69a632
README.md
@@ -631,11 +631,11 @@ in a `500 Internal Server Error` response being thrown.
631
In addition to the metamethods in the `req` parameter, one can also log messages
632
with different logging levels by calling methods from `Lwan.log`:
633
634
- - `Lwan.log:warning(str)`
635
- - `Lwan.log:info(str)`
636
- - `Lwan.log:error(str)`
637
- - `Lwan.log:critical(str)` (Will also abort Lwan! Use with caution)
638
- - `Lwan.log:debug(str)` (Only available in debug builds)
+ - `Lwan.log:warning(str)`
+ - `Lwan.log:info(str)`
+ - `Lwan.log:error(str)`
+ - `Lwan.log:critical(str)` (Will also abort Lwan! Use with caution)
+ - `Lwan.log:debug(str)` (Only available in debug builds; no-op otherwise)
639
640
> [!NOTE]
641
>
0 commit comments