From 90a0de9b18713ca9a05a5b8d1001d014f169c31f Mon Sep 17 00:00:00 2001 From: Dusty Daemon Date: Sun, 6 Oct 2024 19:31:23 -0400 Subject: [PATCH] logs: A basic javascript log viewer A basic javascript tool for filtering through large CLN log files. Changelog-Added: A new tool for rendering CLN log files in the browser. --- contrib/log_visualizer.html | 339 ++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 contrib/log_visualizer.html diff --git a/contrib/log_visualizer.html b/contrib/log_visualizer.html new file mode 100644 index 000000000000..b590a74d582c --- /dev/null +++ b/contrib/log_visualizer.html @@ -0,0 +1,339 @@ + + + + + + + +
+

Enter Logs:

+ + +
+ + \ No newline at end of file