Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhewabi committed Apr 18, 2024
1 parent b1145b6 commit f6b9d74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/routes/pride.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ async def health(session: Session = Depends(get_session)):
except Exception as error:
logger.error(error)
db_status = "Failed"
logger.info('Health check endpoint accessed')
logger.debug('Health check endpoint accessed - debug')
return {'status': "OK",
'db_status': db_status}

Expand Down

0 comments on commit f6b9d74

Please sign in to comment.