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