We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 2.7.3
Schema defined for the TracyExtension has requirements for scalar on the logSeverity, but it can be also array of scalars.
TracyExtension
logSeverity
Write the following configuration into config.neon:
tracy: logSeverity: - E_NOTICE - E_WARNING
No compile warning The option 'tracy › logSeverity' expects to be scalar, array given.
The option 'tracy › logSeverity' expects to be scalar, array given.
Allow array of scalars for the logSeverity.
The text was updated successfully, but these errors were encountered:
cd4ba3a
No branches or pull requests
Version: 2.7.3
Bug Description
Schema defined for the
TracyExtension
has 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
.The text was updated successfully, but these errors were encountered: