You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( !this.logLevels.keyExists(arguments.severity ) ) {
94
+
if ( !structKeyExists( this.logLevels,arguments.severity ) ) {
95
95
throw(
96
96
type ="cbelasticsearch.logging.InvalidSeverity",
97
97
message ="The severity [#arguments.severity#] provided is not valid. Please provide a valid numeric serverity or one of the following levels [#this.logLevels.keyArray().toList()#]."
0 commit comments