Browse Source

feat(mtail): 抑制打开日志时的系统提示,避免用户疑惑

dzp 3 years ago
parent
commit
e1a8621058
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/mtail

+ 1 - 1
bin/mtail

@@ -116,7 +116,7 @@ exit
     #foreach {$logs[]} {log} {
         #local file {$path/${log}.log};
         #script {tmp} {touch $file};
-        #run {log-$log} {tail -n 1000 -f $path/${log}.log};
+        #line quiet #run {log-$log} {tail -n 1000 -f $path/${log}.log};
         #var LOGNAME {$log};
         #var ID      {$id};
     };