logtail README
configuration
"log-tail.channel": "document", //Configuring the log printout channel
"log-tail.remote": {
"host": "localhost",
"port": 22,
"username": "root",
"password": ""
},
//Configure a list of log file paths, followed by selective monitoring.
"log-tail.logsPath": [
"/var/log/system.log",
]
Features
Avaliable commands (Ctrl + Shift + P)
LogTail: Start After the workspace remote connection configuration, start monitoring log output.
LogTail: Stop Stop log monitoring.
| |