Application Logs
-
Logs for a supply chain step
Get logs for a supply chain step using run id. Use command :
initz logs supplychainstep --runid=<runid> --stage=<stage>
To obtain the runid, follow these steps:
-
Run the command below, providing either the appid or appname.
initz get supplychainruns --appid=<appid>
initz get supplychainruns --appname=<appname>
-
Press Enter.
This will display all the supply chains for the application. For each supply chain, you will receive the run ID along with brief details of each supply chain step.
-