8000 Too strict schema for the logSeverity · Issue #409 · nette/tracy · GitHub
[go: up one dir, main page]

Skip to content

Too strict schema for the logSeverity #409

@trejjam

Description

@trejjam

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0