summaryrefslogtreecommitdiffstats
path: root/osdfapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'osdfapp.py')
-rwxr-xr-xosdfapp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdfapp.py b/osdfapp.py
index 09a89b0..698d922 100755
--- a/osdfapp.py
+++ b/osdfapp.py
@@ -97,6 +97,7 @@ def handle_data_error(e):
@app.route("/api/oof/v1/healthcheck", methods=["GET"])
def do_osdf_health_check():
"""Simple health check"""
+ audit_log.info("A health check request is processed!")
return "OK"