Skip to content

Commit

Permalink
Fixes #23141: Schedule not displayed correctly in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Jul 27, 2023
1 parent 81f5164 commit 4b7777d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class DataSourceScheduler(
never.succeed
}

val msg = s"Automatically fetching data for data source '${datasource.name.value}' (${datasource.id.value}): ${schedule}"
val msg = s"Automatically fetching data for data source '${datasource.name.value}' (${datasource.id.value})"

// The full action with logging. We don't want it to be able to fail, because it would stop
// future update. So we catch all error and log them (in debug because they are (should) already log in error, we
Expand Down

0 comments on commit 4b7777d

Please sign in to comment.