Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed Aug 6, 2024
1 parent 8509423 commit 5b18786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genotype_api/api/endpoints/plates.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def read_plate(
):
"""Display information about a plate."""
logging.error("Retrieving plates")
logging.info("Retrieving plates with info")
try:
return plate_service.get_plate(plate_id=plate_id)
except PlateNotFoundError:
Expand Down

0 comments on commit 5b18786

Please sign in to comment.