Select a service and click Load or Stream
No log source available for this service.
Two options to enable console log streaming:
Option A (cross-host): Add
Option B (same-host): Go to Services > Params > add
Two options to enable console log streaming:
Option A (cross-host): Add
/internal/logs/stream SSE endpoint to the service (like /internal/metrics).Option B (same-host): Go to Services > Params > add
LogFilePath = path to log file.
The Python sample service already supports Option A. For .NET services, add
MapInternalLogStream() from BuildingBlocks.