get_log_level
faststream.cli.utils.logs.get_log_level #
Get the log level.
PARAMETER | DESCRIPTION |
---|---|
level | The log level to get. Can be an integer, a LogLevels enum value, or a string. |
RETURNS | DESCRIPTION |
---|---|
int | The log level as an integer. |
Note
The above docstring is autogenerated by docstring-gen library (https://docstring-gen.airt.ai)
Source code in faststream/cli/utils/logs.py
Last update: 2023-11-13