From debaf573b0bb41e0f858b86d69fd1f6919cae81b Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Tue, 25 Jun 2024 23:56:52 +0100 Subject: [PATCH] Update ERRORS.md --- ERRORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERRORS.md b/ERRORS.md index 267dc90..c24b11c 100644 --- a/ERRORS.md +++ b/ERRORS.md @@ -18,7 +18,7 @@ There are 5 different log levels, with differing amounts of urgency | INFO | WARN | ERROR | CRITICAL | FATAL | PROMPT | |---|---|---|---|---|---| -| Usually harmless infomation, like a user being created | A warning about bad practices being used, such as having an unset config option | An error that disrupts user experience and may lead to undesired client-side behaviour | An error that affects all users on the platform | An error sevear enough to warrent crashing the server process | Anything that asks the user for input, like a confirmation dialog (typically has no timestamp) | +| Usually harmless infomation, like a user being created | A warning about bad practices being used, such as having an unset config option | An error that disrupts user experience and may lead to undesired client-side behaviour | An error that affects all users on the platform | An error critical enough to warrent crashing the server process, usually something like the server being unable to bind to an IP or not being able to create the database | Anything that asks the user for input, like a confirmation dialog (typically has no timestamp) | ## Error reporting