Skip to content

Commit

Permalink
add logging (#12435)
Browse files Browse the repository at this point in the history
  • Loading branch information
aherzberg authored Apr 18, 2023
1 parent 32db7f7 commit fe30126
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def index

def maintenance_windows
upstream_maintenance_windows = ::MaintenanceWindow.end_after(Time.zone.now)
Rails.logger.info('Mobile Maintenance Windows - External Service Check', upstream_maintenance_windows)
SERVICE_GRAPH.affected_services(upstream_maintenance_windows).values
end
end
Expand Down

0 comments on commit fe30126

Please sign in to comment.