Skip to content

Commit

Permalink
logger update
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhitocode committed Dec 9, 2024
1 parent 790b177 commit c0df20d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ private BusinessCalendarImpl(CalendarBean calendarBean, Calendar testingCalendar
*/
@Override
public long calculateBusinessTimeAsDuration(String timeExpression) {
logger.trace("timeExpression {}", timeExpression);
timeExpression = adoptISOFormat(timeExpression);

Date calculatedDate = calculateBusinessTimeAsDate(timeExpression);
Expand Down

0 comments on commit c0df20d

Please sign in to comment.