From e89af93cbb3d9c989c9c665c0c2a2fbce545d5d7 Mon Sep 17 00:00:00 2001 From: kene Date: Sun, 26 Jan 2025 20:10:19 +0100 Subject: [PATCH] chore: added logging templates --- templates/log/login.html | 87 ++++++++++++++++++++ templates/log/logs.html | 168 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 255 insertions(+) create mode 100644 templates/log/login.html create mode 100644 templates/log/logs.html diff --git a/templates/log/login.html b/templates/log/login.html new file mode 100644 index 0000000..f498a6d --- /dev/null +++ b/templates/log/login.html @@ -0,0 +1,87 @@ + + + + + + Login + + + +
+

Login

+
+ + + + + +
+
+ + diff --git a/templates/log/logs.html b/templates/log/logs.html new file mode 100644 index 0000000..2ada4f8 --- /dev/null +++ b/templates/log/logs.html @@ -0,0 +1,168 @@ + + + + + + Logs + + + +
+

Request Logs

+ + +
+ + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
MethodPathStatusIPParamsBodyTime
GET/api/books200192.168.1.1{"query":"author=John"}2025-01-24 10:00:00
+
+ + + +
+ +