Add middleware to log the request time 02/13602/3
authorsubhash kumar singh <subh.singh@samsung.com>
Fri, 11 Oct 2024 12:39:50 +0000 (12:39 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Thu, 24 Oct 2024 16:51:08 +0000 (16:51 +0000)
commitdf24c7a1b266c2a3de4fa9b051b8469c85bf1027
tree5cd58d56660a06dfe1bffbd7dcd8fcdb8568caaa
parent038af37c0088834944a0fa2108d14254f3bec1d5
Add middleware to log the request time

Added middleware to log the request time.

Change-Id: I556b79332bcbad276b786162502751e68b4b624d
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
.github/workflows/gerrit-verify.yaml
middleware/__init__.py [new file with mode: 0644]
middleware/loggingMiddleware.py [new file with mode: 0644]
trainingmgr/trainingmgr_main.py