Skip to content

Commit

Permalink
Scene: Change log level for checkCalendarTrigger (#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored Oct 14, 2024
1 parent 31815a7 commit 8d2fc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/scene/scene.checkCalendarTriggers.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dayjs.extend(LocalizedFormat);
async function checkCalendarTriggers() {
// getting a fixed value for now, as soon as possible in the function
const now = dayjs.tz(dayjs(), this.timezone);
logger.info(`Checking calendar triggers at ${now}`);
logger.debug(`Checking calendar triggers at ${now}`);
// First, we try to constitute a list of triggers
// related to calendars events
const calendarEventTriggers = [];
Expand Down

0 comments on commit 8d2fc30

Please sign in to comment.