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_WARNING
Expected Behavior
No compile warning The option 'tracy › logSeverity' expects to be scalar, array given.
Possible Solution
Allow array of scalars for the logSeverity.
Version: 2.7.3
Bug Description
Schema defined for the
TracyExtensionhas requirements for scalar on thelogSeverity, but it can be also array of scalars.Steps To Reproduce
Write the following configuration into config.neon:
Expected Behavior
No compile warning
The option 'tracy › logSeverity' expects to be scalar, array given.Possible Solution
Allow array of scalars for the
logSeverity.