Skip to content

Commit

Permalink
Logging for DCS
Browse files Browse the repository at this point in the history
  • Loading branch information
mylesagray committed Jun 25, 2024
1 parent c4250d4 commit 60dda63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/gamequery.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def get_players(server: Server) -> dict:
raise

elif server['server_type'] is ServerType.DCS:
logger.info("Querying DCS server: %s", server['name'])
##TODO myles
logger.info("%s has 0/0 players active", server['name'])
return {"current_players": 0,
Expand Down

0 comments on commit 60dda63

Please sign in to comment.