From 4ad7e6a95a6c7b986cd0d045320d9bbbd52dee80 Mon Sep 17 00:00:00 2001 From: yukkop <59745406+yukkop@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:51:41 +0200 Subject: [PATCH] chore: --- LOGGING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LOGGING.md b/LOGGING.md index fc67bdf..c252505 100644 --- a/LOGGING.md +++ b/LOGGING.md @@ -9,6 +9,7 @@ In PL/pgSQL, the following RAISE levels are supported (from lowest to highest se 4. `INFO` 5. `LOG` 6. `DEBUG` + Each level signals the importance and urgency of the message. This specification provides recommendations on when and how to use each level in our system. ## Levels and Recomended Usage