diff --git a/defaults/yacy.init b/defaults/yacy.init
index 986b51524..aac717f50 100644
--- a/defaults/yacy.init
+++ b/defaults/yacy.init
@@ -814,6 +814,8 @@ svnRevision=0
currentSkin=default
+enableSimpleConfig=true
+
# temporary flag for new database structure. set only true for testing
# ALL DATA THAT IS CREATED WITH THIS FLAG ON WILL BE VOID IN A FINAL VERSION
# table-types: RAM = 0, TREE = 1, FLEX = 2;
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html
index 456997866..6be1f854a 100644
--- a/htroot/PerformanceMemory_p.html
+++ b/htroot/PerformanceMemory_p.html
@@ -5,7 +5,7 @@
#%env/templates/metas.template%#
-
+
-
+
#%env/templates/header.template%#
#%env/templates/submenuConfig.template%#
Performance Settings of Queues and Processes
diff --git a/htroot/PerformanceQueues_p.java b/htroot/PerformanceQueues_p.java
index 5e831dd1c..08bcd607e 100644
--- a/htroot/PerformanceQueues_p.java
+++ b/htroot/PerformanceQueues_p.java
@@ -72,6 +72,8 @@ public class PerformanceQueues_p {
final boolean xml = (header.get("PATH")).endsWith(".xml");
prop.setLocalized(!xml);
+ prop.put("enableSimpleConfig", sb.getConfigBool("enableSimpleConfig", true) ? "1" : "0");
+
// calculate totals
long blocktime_total = 0, sleeptime_total = 0, exectime_total = 0;
while (threads.hasNext()) {
diff --git a/htroot/Status.html b/htroot/Status.html
index c1d623339..11bab1b5d 100644
--- a/htroot/Status.html
+++ b/htroot/Status.html
@@ -41,7 +41,7 @@
-
Welcome to YaCy!
+
Welcome to YaCy!
diff --git a/yacy.logging b/yacy.logging
index b043c361d..bcd8f88f7 100644
--- a/yacy.logging
+++ b/yacy.logging
@@ -15,7 +15,7 @@ PARSER.level = INFO
PROXY.level = INFO
YACY.level = INFO
HTCACHE.level = INFO
-PLASMA.level = INFO
+PLASMA.level = FINE
SERVER.level = INFO
WORDMIGRATION.level = FINE
FILEHANDLER.level = INFO