diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-05-04 11:47:45 -0400 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-05-04 11:48:19 -0400 |
commit | af976863719222f13e7b23fa87c3ba4d212e10f6 (patch) | |
tree | a5ea8d0bdcdc44afafe58dd7292592c7604ec2dd /osdfapp.py | |
parent | 23c3354245f8a9bc1d87ea3becc0f217bf10bbd7 (diff) |
EELF logging is added
EELF logging is added.
Issue-ID: OPTFRA-227
Change-Id: I2ec7ab4c13f93736acee82a36b9420480d78b50c
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'osdfapp.py')
-rwxr-xr-x | osdfapp.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |