Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raupachz committed Jul 25, 2022
1 parent 7e6f026 commit 8286606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public void execute()
// store the current rule for
// logging purposes
currentRule = rule.getClass().getName();
log.debug( "Executing rule: " + currentRule );
log.info( "Executing rule: " + currentRule );
try
{
if ( ignoreCache || shouldExecute( rule ) )
Expand Down

0 comments on commit 8286606

Please sign in to comment.