mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
verbosity doc paragraph
This commit is contained in:
@@ -82,7 +82,7 @@ textual console -v
|
||||
|
||||
### Decreasing verbosity
|
||||
|
||||
Log messages are classififed in to groups, and the `-x` flag can be used to **exclude** all message from a group. The groups are: `UNDEFINED`, `EVENT`, `DEBUG`, `INFO`, `WARNING`, `ERROR`, `PRINT`, `SYSTEM`, `LOGGING`. The group a message belongs to is printed after its timestamp.
|
||||
Log messages are classififed in to groups, and the `-x` flag can be used to **exclude** all message from a group. The groups are: `EVENT`, `DEBUG`, `INFO`, `WARNING`, `ERROR`, `PRINT`, `SYSTEM`, and `LOGGING`. The group a message belongs to is printed after its timestamp.
|
||||
|
||||
Multiple groups may be excluded, for example to exclude everything except warning, errors, and `print` statements:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user