You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/09 08:18:15 UTC

[GitHub] rabbah commented on issue #3263: Is there a way to debug the action containers?

rabbah commented on issue #3263: Is there a way to debug the action containers?
URL: https://github.com/apache/incubator-openwhisk/issues/3263#issuecomment-364365552
 
 
   If you have the system logs still you can use
   
   wskadmin syslog get -g activation-id-1
   
   This will yield results from which you can infer the transaction id (tid_nnn). Repeat the wskadmin operation now using the transaction id.
   
   Then do the same for the other activation id. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services