-
-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Description
Version: 2.7.3
Bug Description
Schema defined for the TracyExtension has requirements for scalar on the logSeverity, but it can be also array of scalars.
Steps To Reproduce
Write the following configuration into config.neon:
tracy:
logSeverity:
- E_NOTICE
- E_WARNINGExpected Behavior
No compile warning The option 'tracy › logSeverity' expects to be scalar, array given.
Possible Solution
Allow array of scalars for the logSeverity.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels