I'm getting a log from, for example here
org.hibernate.engine.spi.CascadingActions$6.cascade(CascadingActions.java:260
but when I set (I have a ton for just classes where this works not including subclasses)
<Logger name="org.hibernate.engine.spi.CascadingActions" additivity="false"/>
<Logger name="org.hibernate.engine.spi.CascadingActions$6" additivity="false"/>
I still am getting logs from CascadingActions$6
, I can't ignore org.hibernate.engine.spi
for unobvious reasons.
Is this another unobvious problem? or is there a specific syntax I'm missing for ignoring a subclass with log4j2?