Logging
Setup and configure logging.
setup(level='INFO')
Loguru setup with the required logging level and format.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
level
|
str
|
Log level, default is "INFO", other options "WARNING", "DEBUG" etc. |
'INFO'
|