Skip to main content

targon logs

The targon logs command allows you to stream logs from a deployed serverless function in real-time.

targon logs <FUNCTION_UID>

Arguments

  • FUNCTION_UID: The unique identifier of the function (e.g., fnc-xxxxxxxx) from which you want to stream logs.

Options

  • --follow / --no-follow: Controls whether to stream logs in real-time. This is enabled by default. Use --no-follow to fetch the currently available logs and exit without streaming.