Skip to content
New issue

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

[WIP] Ability to specify log category levels through separate options #35138

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Nov 25, 2024

  1. Wildcard options

    Signed-off-by: Václav Muzikář <[email protected]>
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fec3b52 View commit details
    Browse the repository at this point in the history
  2. MappingFunction

    Signed-off-by: Václav Muzikář <[email protected]>
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    9c79120 View commit details
    Browse the repository at this point in the history
  3. Revert "MappingFunction"

    This reverts commit e4f539f.
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4c1c4ff View commit details
    Browse the repository at this point in the history
  4. Log level working

    Signed-off-by: Václav Muzikář <[email protected]>
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4362153 View commit details
    Browse the repository at this point in the history
  5. Comments

    Signed-off-by: Václav Muzikář <[email protected]>
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ca918fa View commit details
    Browse the repository at this point in the history
  6. uncrecognizedArgs handling

    Signed-off-by: Václav Muzikář <[email protected]>
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1ce9cf5 View commit details
    Browse the repository at this point in the history
  7. Options now work

    Signed-off-by: Václav Muzikář <[email protected]>
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    799ac27 View commit details
    Browse the repository at this point in the history
  8. strictExpectedValues(false)

    Signed-off-by: Václav Muzikář <[email protected]>
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    af89822 View commit details
    Browse the repository at this point in the history
  9. comments

    Signed-off-by: Václav Muzikář <[email protected]>
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a2aa701 View commit details
    Browse the repository at this point in the history
  10. Possible to map wildcard options to other options

    Signed-off-by: Václav Muzikář <[email protected]>
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6565e2b View commit details
    Browse the repository at this point in the history
  11. Mapping to quarkus.log.category."categories".level

    Signed-off-by: Václav Muzikář <[email protected]>
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    142f185 View commit details
    Browse the repository at this point in the history
  12. Bug and test fixes

    Signed-off-by: Václav Muzikář <[email protected]>
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    06c101a View commit details
    Browse the repository at this point in the history
  13. More fixes

    Signed-off-by: Václav Muzikář <[email protected]>
    vmuzikar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    050a9ee View commit details
    Browse the repository at this point in the history