Improve Response verbose/debug logging
This commit is contained in:
@@ -26,6 +26,7 @@ const isLoggingLevel = (something: unknown): something is LoggingLevel => {
|
||||
LoggingLevel.Info,
|
||||
LoggingLevel.Debug,
|
||||
LoggingLevel.Verbose,
|
||||
LoggingLevel.Trace,
|
||||
].includes(something as any)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user