From 73cc43109b62a744f49eb803fef4c6d4e5211b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Tolga=20Cang=C3=B6z?= <46008593+standardAI@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:57:27 +0300 Subject: [PATCH] Update logging.mdx (#2863) Fix typos --- docs/source/en/api/logging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/api/logging.mdx b/docs/source/en/api/logging.mdx index b52c0434f4..bb973db781 100644 --- a/docs/source/en/api/logging.mdx +++ b/docs/source/en/api/logging.mdx @@ -61,7 +61,7 @@ verbose to the most verbose), those levels (with their corresponding int values critical errors. - `diffusers.logging.ERROR` (int value, 40): only report errors. - `diffusers.logging.WARNING` or `diffusers.logging.WARN` (int value, 30): only reports error and - warnings. This the default level used by the library. + warnings. This is the default level used by the library. - `diffusers.logging.INFO` (int value, 20): reports error, warnings and basic information. - `diffusers.logging.DEBUG` (int value, 10): report all information.