]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.utils.thread/src/org/simantics/utils/threads/logger/ThreadLogger.java
Simupedia tuning
[simantics/platform.git] / bundles / org.simantics.utils.thread / src / org / simantics / utils / threads / logger / ThreadLogger.java
index 2f3425c58b5be1975c3014fb7a1aee03c41154fa..67cc929039057bab260ccb4f2826c207a66156c1 100644 (file)
@@ -23,7 +23,7 @@ public class ThreadLogger implements IThreadLogger {
 
     public static String LOG_FILE = "threads.log";
     
-    public static boolean LOG = false;
+    public static boolean LOG = true;
 
     static Object loggerCreationLock = new Object();
     static ThreadLogger logger = null;