case debug
Debug purposes logging level
case error
Only errors will be logged
case info
.warn
+ information messages, such as those that log the lifecycle of various modulescase verbose
.info
+ any additional information that may be useful during debugging, such as function calls, API queries, etc.case warn
.error
+ messages from the SDK that do not cause critical errors, but are worth paying attention to