Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

allow asterisk in yaml for logging properties #563

Merged
merged 1 commit into from
Mar 11, 2020

Conversation

ddsharpe
Copy link
Member

@ddsharpe ddsharpe commented Mar 9, 2020

Logging properties can have an asterisk in the name. The YAML parser needs to support names with asterisks. This change only allows asterisks in names with quotes. Fixes #562

Like:

managed-server-1:
    Log:
        LoggerSeverityProperties:
                    'my.package.*': Debug

@ddsharpe ddsharpe merged commit d5b28cf into master Mar 11, 2020
@ddsharpe ddsharpe deleted the allow-asterisk-quoted-name branch March 11, 2020 03:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logging properties with asterisk fail to parse
3 participants