src/Palete/LanguageClientVala.vala
authorAlan Knowles <alan@roojs.com>
Sun, 25 Feb 2024 03:34:33 +0000 (11:34 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 25 Feb 2024 03:34:33 +0000 (11:34 +0800)
src/Palete/LanguageClientVala.vala

index b0d85c8..3340b57 100644 (file)
@@ -89,13 +89,13 @@ namespace Palete {
                        if (!GLib.FileUtils.test(logpath, GLib.FileTest.IS_DIR)) {
                                Posix.mkdir(logpath, 0700);
                        }
-                       
+                       // not very reliable..
                        //this.launcher.set_stderr_file_path( 
                        //      logpath + "/" + 
                        //      (new GLib.DateTime.now_local()).format("%Y-%m-%d") + ".log"
                        //);
-                       GLib.debug("log lang server to %s", logpath + "/" + 
-                               (new GLib.DateTime.now_local()).format("%Y-%m-%d") + ".log");
+                       //GLib.debug("log lang server to %s", logpath + "/" + 
+                       //      (new GLib.DateTime.now_local()).format("%Y-%m-%d") + ".log");
 
                        try {