Live logs

Vadacode offers support for live logs, which allow you to see the output of your Vadalog queries in real-time. This feature is particularly useful for debugging and monitoring your Vadalog applications.

Enable live logs

Live logs are visualized as streaming text in a dedicated VS Code Output panel named Vadalog Application Log. Although no assumptions are made about the log format, Vadacode supports logs formatted in Elastic Common Schema (ECS), which are syntax highlighted to clearly show warnings, errors, and other log levels.

You can freely configure the log file to watch, which has its own entry in Settings.

Vadacode will automatically refresh the log file in the Output panel when you run a Vadalog query. In case the file watcher doesn’t follow the file, Vadacode supports a handy automatic refresh which triggers regularly according to the Vadalog Log Interval setting.