Configure Logging Level

When debugging your application, you can set the logging level for the Client SDK which will change how much information the Client SDK prints out to the console. You can specify your log level:

const client = new NexmoClient({ debug: "debug" });
// Available options are silent, debug, info, warn, or error