From 0d0dee9249a0c66f7ac5e922e9d4fb7adcf7c2ac Mon Sep 17 00:00:00 2001 From: George Shaw Date: Thu, 9 Nov 2017 16:51:02 -0600 Subject: [PATCH 1/5] wrote file logging test and implimented the correct logs for alpha phase --- document_roots/webhost/assets/css/style.css | 6 ++ document_roots/webhost/gPanel.html | 14 ++++ logs/{private/error.log => client_errors.log} | 0 logs/{private/warning.log => loadtime.log} | 0 logs/public/warning.log | 0 logs/{public/error.log => server_errors.log} | 0 pkg/logging/file.go | 65 ++++++++++--------- pkg/logging/file_test.go | 29 +++++++++ 8 files changed, 85 insertions(+), 29 deletions(-) rename logs/{private/error.log => client_errors.log} (100%) rename logs/{private/warning.log => loadtime.log} (100%) delete mode 100644 logs/public/warning.log rename logs/{public/error.log => server_errors.log} (100%) create mode 100644 pkg/logging/file_test.go diff --git a/document_roots/webhost/assets/css/style.css b/document_roots/webhost/assets/css/style.css index f653b57..e9b2c0a 100644 --- a/document_roots/webhost/assets/css/style.css +++ b/document_roots/webhost/assets/css/style.css @@ -27,3 +27,9 @@ body { cursor:pointer; } /* Navbar End */ + +/* General Start */ +.btn { + cursor:pointer; +} +/* General End */ diff --git a/document_roots/webhost/gPanel.html b/document_roots/webhost/gPanel.html index d938ccc..b6638ac 100644 --- a/document_roots/webhost/gPanel.html +++ b/document_roots/webhost/gPanel.html @@ -47,6 +47,20 @@ + +
+
+
+
+

Diagnostics

+
View various server data pools that may help pinpoint issues
+ + + +
+
+
+