Home > @yext/chat-core-aws-connect > LogLevel
The log level for the logger.
Signature:
export type LogLevel = "DEBUG" | "INFO" | "WARN" | "ERROR" | "ADVANCED_LOG";
Only DEBUG, INFO, WARN, ERROR, ADVANCED_LOG are supported. Setting only applies while the AWS Connect chat session is active.