Skip to content

Commit

Permalink
Merge pull request #1201 from GSA/admin-1701_Logging_set_up_around_se…
Browse files Browse the repository at this point in the history
…rvice_phone_numbers

Getting the logging where I think it will be most useful.
  • Loading branch information
ccostino authored Jul 24, 2024
2 parents cfa8c91 + d6b5961 commit 6f9e0cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/service/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ def get_service_by_id(service_id):
fetched = dao_fetch_service_by_id(service_id)

data = service_schema.dump(fetched)

current_app.logger.info(f'>> SERVICE: {data["id"]}; {data}')
return jsonify(data=data)


Expand Down

0 comments on commit 6f9e0cf

Please sign in to comment.