triggerdotdev / trigger.dev

Trigger.dev is the open source background jobs platform for TypeScript.

Home Page:https://trigger.dev/changelog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TRI-2206] Dev option so logs come through to the local console (v3)

matt-aitken opened this issue · comments

When running the v3 CLI logs only go to the platform, they're not visible in your local terminal.

We should add a setting to trigger.config, e.g. logToConsole: boolean.

The logs would need to be prefixed with the run_id (multiple runs can be happening at once)

TRI-2206

This was added to trigger.config. Use enableConsoleLogging: true