Skip to content

Commit

Permalink
feat: log time too
Browse files Browse the repository at this point in the history
  • Loading branch information
'Beatrix Klebe bklebe@mbta.com' committed Nov 14, 2023
1 parent 36334a3 commit 603298f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/concentrate/group_filter/shuttle.ex
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ defmodule Concentrate.GroupFilter.Shuttle do
if route_id == "Green-E" and stop_id == "70154" and shuttling != :through,
do:
Logger.warning(
"event=not_shuttling_copley stop=#{stop_id} route=#{route_id} shuttling=#{inspect(shuttling)}"
"event=not_shuttling_copley stop=#{stop_id} route=#{route_id} time=#{inspect(time)} shuttling=#{inspect(shuttling)}"
)

case shuttling do
Expand Down

0 comments on commit 603298f

Please sign in to comment.