You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to configure logging categories due to being unable to match a category configuration to a leaf in the ConfigDefinition#loadConfiguration(SmallRyeConfig config) method. The issue comes down to this unit test which fails:
An example logging configuration snippet that sees this problem is the following where neither the io.quarkus.smallrye.jwt or io.undertow.request.security category levels can be set.
I am unable to configure logging categories due to being unable to match a category configuration to a leaf in the ConfigDefinition#loadConfiguration(SmallRyeConfig config) method. The issue comes down to this unit test which fails:
An example logging configuration snippet that sees this problem is the following where neither the io.quarkus.smallrye.jwt or io.undertow.request.security category levels can be set.
The text was updated successfully, but these errors were encountered: