Unverified Commit 73cc4310 authored by M. Tolga Cangöz's avatar M. Tolga Cangöz Committed by GitHub
Browse files

Update logging.mdx (#2863)

Fix typos
parent 0614fd20
...@@ -61,7 +61,7 @@ verbose to the most verbose), those levels (with their corresponding int values ...@@ -61,7 +61,7 @@ verbose to the most verbose), those levels (with their corresponding int values
critical errors. critical errors.
- `diffusers.logging.ERROR` (int value, 40): only report errors. - `diffusers.logging.ERROR` (int value, 40): only report errors.
- `diffusers.logging.WARNING` or `diffusers.logging.WARN` (int value, 30): only reports error and - `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.INFO` (int value, 20): reports error, warnings and basic information.
- `diffusers.logging.DEBUG` (int value, 10): report all information. - `diffusers.logging.DEBUG` (int value, 10): report all information.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment