Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LogTailNew to Visual Studio Code? Get it now.
LogTail

LogTail

tiansin

|
5,894 installs
| (1) | Free
LogTail is a remote (SSH) log file viewer and monitoring extension.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

logtail README

tutorial

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft