Skip to content

Instantly share code, notes, and snippets.

@killshot13
Last active April 19, 2021 04:19
Show Gist options
  • Save killshot13/dbd8dceb1a495cb1f7bd0499bf8c0b52 to your computer and use it in GitHub Desktop.
Save killshot13/dbd8dceb1a495cb1f7bd0499bf8c0b52 to your computer and use it in GitHub Desktop.
Logview_Template

Log Viewer Template

Use with Log Viewer extension for VS Code

{
    "logViewer.watch": [
        {
            "title": "Demo App",
            "pattern": "/home/berni/Documentos/src/logger-sample/Logs/*.log"
        },
        {
            "title": "/var/logs",
            "pattern": "/var/log/**/*log"
        },
        {
            "title": "npm logs",
            "pattern": "/home/berni/.npm/_logs/*.log"
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment