Skip to main content

Live streaming

By default, jelou functions logs streams logs in real time:

Historical logs

Write logs from your function

console.log() also works but ctx.log() adds useful metadata (requestId, function, company, timestamp) automatically.

Cron logs

JSON mode