Streaming ao vivo
Por padrão,jelou functions logs faz streaming em tempo real:
Logs históricos
Escrever logs da sua função
console.log() também funciona, mas ctx.log() adiciona metadados úteis automaticamente.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Monitore suas funções com jelou functions logs, ctx.log() para logging estruturado e jelou functions cron logs para execuções cron.
jelou functions logs faz streaming em tempo real:
jelou functions logs minha-funcao
jelou functions logs minha-funcao --history
ctx.log("Processando pedido", { telefone: input.telefone });
// JSON estruturado: { requestId, function, company, timestamp, args }
console.log() também funciona, mas ctx.log() adiciona metadados úteis automaticamente.jelou functions cron logs minha-funcao
jelou functions cron logs minha-funcao --state ERROR
jelou functions logs minha-funcao --json
Esta página foi útil?