소스 검색

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

dzp 3 년 전
부모
커밋
e1a8621058
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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};
     };