Copilot commented on code in PR #6354:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6354#discussion_r2101951231


##########
drools-test-coverage/test-compiler-integration/src/test/resources/logback-test.xml:
##########
@@ -32,7 +32,7 @@
     <logger name="org.drools" level="warn"/>
 
 <!--     <logger name="org.drools.core.management" level="debug"/> -->
-<!--    <logger name="org.drools.modelcompiler.builder" level="debug"/>-->
+<!--    <logger name="org.drools.model" level="debug"/>-->

Review Comment:
   Please confirm that the change from 'org.drools.modelcompiler.builder' to 
'org.drools.model' in the commented logger is intentional and aligns with the 
new logging strategy.
   ```suggestion
   <!--    <logger name="org.drools.modelcompiler.builder" level="debug"/>-->
   <!--    Updated to reflect the original logger configuration. Ensure 
alignment with the logging strategy before activation. -->
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to