From 3b22e0b07c5485305c2a527c6bacf6c4ec2ac26a Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Fri, 2 Sep 2016 16:07:19 +0000 Subject: [PATCH] Logging iets compactere callstack en voortaan al rood by >250ms (was >500) svn path=/Website/trunk/; revision=30538 --- APPL/Shared/logger.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/APPL/Shared/logger.inc b/APPL/Shared/logger.inc index 82548a7912..416a0becf7 100644 --- a/APPL/Shared/logger.inc +++ b/APPL/Shared/logger.inc @@ -90,7 +90,7 @@ htmlLogger = txt = "<1ms" else txt = us_taken.toFixed(us_taken<10?1:0) + "ms"; - if (us_taken > 500) + if (us_taken > 250) style = " style=\"background-color: #FF0000;\""; else if (us_taken > 50) @@ -144,7 +144,7 @@ htmlLogger = this._file_handle.WriteLine(" padding: 0px; margin: 0px; font-size: 8pt; }"); this._file_handle.WriteLine(".querystring { color: #666; }"); this._file_handle.WriteLine(".orgurl { padding-left:6.5em; color: #666; }"); - this._file_handle.WriteLine("td.tm span { color: #888; font-size: 8pt; }"); + this._file_handle.WriteLine("td.tm span { color: #888; font-size: 7pt; }"); this._file_handle.WriteLine(""); this._file_handle.WriteLine("*" + (__LogfileTitle||Session("customerId")) + (rooturl?" "+rooturl:"") + " FACILITOR logger"); this._file_handle.WriteLine("");