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

index f291629..b0d85c8 100644 (file)
@@ -90,10 +90,10 @@ namespace Palete {
                                Posix.mkdir(logpath, 0700);
                        }
                        
-                       this.launcher.set_stderr_file_path( 
-                               logpath + "/" + 
-                               (new GLib.DateTime.now_local()).format("%Y-%m-%d") + ".log"
-                       );
+                       //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");