docs: fix log levels list (#12648)

This commit is contained in:
Shahed Nasser
2025-05-30 17:20:51 +03:00
committed by GitHub
parent 009d00f27d
commit 7e1d880915
3 changed files with 24981 additions and 24977 deletions

View File

@@ -81,11 +81,13 @@ Each of these methods accepts a string parameter to log in the terminal with the
The available log levels, from lowest to highest levels, are:
1. `silly` (default, meaning messages of all levels are logged)
1. `silly`
2. `debug`
3. `info`
4. `warn`
5. `error`
3. `verbose`
4. `http` (default, meaning only HTTP requests are logged)
5. `info`
6. `warn`
7. `error`
You can change that by setting the `LOG_LEVEL` environment variable to the minimum level you want to be logged.

View File

@@ -6,7 +6,7 @@ export const generatedEditDates = {
"app/learn/fundamentals/modules/commerce-modules/page.mdx": "2025-04-17T08:51:32.723Z",
"app/learn/fundamentals/workflows/retry-failed-steps/page.mdx": "2025-03-28T07:15:19.388Z",
"app/learn/fundamentals/workflows/workflow-hooks/page.mdx": "2024-12-09T10:44:33.781Z",
"app/learn/debugging-and-testing/logging/page.mdx": "2024-09-30T08:43:53.135Z",
"app/learn/debugging-and-testing/logging/page.mdx": "2025-05-30T14:00:20.783Z",
"app/learn/storefront-development/page.mdx": "2024-12-10T09:11:04.993Z",
"app/learn/fundamentals/page.mdx": "2024-07-04T17:26:03+03:00",
"app/learn/fundamentals/admin-customizations/page.mdx": "2024-10-07T12:41:39.218Z",

File diff suppressed because it is too large Load Diff