Skip to content

Commit

Permalink
Squash #2019 - Add logging for test
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Oct 28, 2024
1 parent 69b2744 commit a557d57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/mobile_app/mobile_app_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
class MobileAppRegistry:
def __init__(self):
self._registry = {}
current_app.logger.info('Intializing MobileAppRegistry')
for type in MobileAppType:
try:
app = MobileApp(type)
Expand Down

0 comments on commit a557d57

Please sign in to comment.