Log Viewer extestion 다운로드

Untitled

settings.json 수정

"logViewer.options": {
  "fileCheckInterval": 250,
  "fileListInterval": 2000
},
"logViewer.followTailMode": "auto",
"logViewer.watch": [
        {
            "title": "GW_Debug",
            "pattern": "/monitorapp/debug/httpgw.log.COMM.*"
        },
]

로그파일 하이라이팅 없애기

Untitled

settings.json → files.associations

아래 항목 추가

"*.log": "plaintext"