From 1e86858b292e9cc250c8452de7dddcd528434cc4 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sun, 16 Aug 2026 00:45:42 +0300 Subject: [PATCH] docs: improve README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0d672f2..87348ba 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Anime API Project THIS PROJECT IS ONLY FOR EDUCATIONAL PURPOSES. DO NOT USE IT FOR COMMERCIAL PURPOSES. @@ -119,6 +121,7 @@ application is containerized using Docker. - `BUILD_AT`: The build timestamp. - `SESSION_SECRET`: The secret key for session management. - `DEBUG`: Set to `true` or `false` to enable or disable debug mode. +- `LOG_LEVEL`: Set the application log level. Defaults to `ERROR`. ## License