Skip to content

Instantly share code, notes, and snippets.

@jfryman
Created June 30, 2025 21:15
Show Gist options
  • Save jfryman/3d0e76bcdb5177c951c85d4a8e73e730 to your computer and use it in GitHub Desktop.
Save jfryman/3d0e76bcdb5177c951c85d4a8e73e730 to your computer and use it in GitHub Desktop.
First Actual Flight Tracked
atc-flight-tracker | 2025-06-30 21:13:38,533 - flight_tracker.mqtt_client - INFO - Published to atc/incoming: SWA1351 (entering)
atc-flight-tracker | 2025-06-30 21:13:38,533 - flight_tracker.mqtt_client - INFO - Published heartbeat to atc/heartbeat: 1 flights tracked
atc-flight-tracker | 2025-06-30 21:14:09,175 - flight_tracker.clients.original_api_client - INFO - Successfully retrieved 0 flights from FlightRadar24
atc-flight-tracker | 2025-06-30 21:14:09,176 - flight_tracker.flight_state - INFO - Flight exiting: SWA1351 (589254f9-caf7-484f-b6c2-79abc229de24)
atc-flight-tracker | 2025-06-30 21:14:09,177 - flight_tracker.mqtt_client - INFO - Published to atc/outgoing: SWA1351 (exiting)
atc-flight-tracker | 2025-06-30 21:14:09,177 - flight_tracker.mqtt_client - INFO - Published heartbeat to atc/heartbeat: 0 flights tracked
atc-flight-tracker | 2025-06-30 21:14:39,561 - flight_tracker.clients.original_api_client - INFO - Successfully retrieved 1 flights from FlightRadar24
atc-flight-tracker | 2025-06-30 21:14:39,561 - flight_tracker.flight_state - INFO - New flight entering: SWA459 (3c9976bb-2c57-4eb0-b459-54df3f528a85)
atc-flight-tracker | 2025-06-30 21:14:39,561 - flight_tracker.mqtt_client - INFO - Published to atc/incoming: SWA459 (entering)
atc-flight-tracker | 2025-06-30 21:14:39,562 - flight_tracker.mqtt_client - INFO - Published heartbeat to atc/heartbeat: 1 flights tracked
atc-flight-tracker | 2025-06-30 21:15:10,180 - flight_tracker.clients.original_api_client - INFO - Successfully retrieved 0 flights from FlightRadar24
atc-flight-tracker | 2025-06-30 21:15:10,181 - flight_tracker.flight_state - INFO - Flight exiting: SWA459 (3c9976bb-2c57-4eb0-b459-54df3f528a85)
atc-flight-tracker | 2025-06-30 21:15:10,182 - flight_tracker.mqtt_client - INFO - Published to atc/outgoing: SWA459 (exiting)
atc-flight-tracker | 2025-06-30 21:15:10,182 - flight_tracker.mqtt_client - INFO - Published heartbeat to atc/heartbeat: 0 flights tracked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment