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
- In Server class
- in SetLevelRequestSchema request handler
- parse level against LoggingLevelSchema rather than checking obviated array
- replace _levelNames array with LOG_LEVEL_SEVERITY map, mapped from LoggingLevelSchema.options
- In isMessageIgnored method,
- get the current level set for the given session id
- if no level set, return false
- otherwise, compare LOG_LEVEL_SEVERITY map entries for level and currentLevel, returning true if level is less than current level.
0 commit comments