From 9e5852b9a61d5aaed9e4dbe84b4fd12f765366dd Mon Sep 17 00:00:00 2001 From: CodeShell <122738806+CodeShellDev@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:36:40 +0200 Subject: [PATCH] README update --- .github/templates/README.template.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/templates/README.template.md b/.github/templates/README.template.md index cb308fe..aaa4e5d 100644 --- a/.github/templates/README.template.md +++ b/.github/templates/README.template.md @@ -8,7 +8,7 @@ endpoint restrictions, placeholders, and flexible configuration.

-⭐️ Secure · 🔒 Configurable · 🚀 Easy to Deploy with Docker +🔒 Secure · ⭐️ Configurable · 🚀 Easy to Deploy with Docker

@@ -324,6 +324,9 @@ To change the Port which Secured Signal API uses, you need to set `server.port` To change the Log Level set `logLevel` to: (default: `info`) +
+Log Levels + | Level | | ------- | | `info` | @@ -333,6 +336,8 @@ To change the Log Level set `logLevel` to: (default: `info`) | `fatal` | | `dev` | +
+ ## Contributing Found a bug? Want to change or add something?