Debug your applications by querying past logs
tensorkube deploy
or submit your jobs using
tensorkube job queue
, Tensorfuse automatically collects logs from your application and stores them in a
centralised location configured while setting up Tensorfuse.
By default, Tensorfuse stores logs in AWS Cloudwatch so that they are easily accessible and can be queried using the AWS CLI or the AWS Console. This guide will
walk you through the process of querying your logs and will also equip you with a library of queries that can be run quickly to debug common issues.
Select log groups by
: Log group name
Selection Criteria
: /aws/containerinsights/tensorkube/application
YOUR-APPLICATION-NAME
with the name of your deployed application. You can get the application name using tensorkube deployment list
.YOUR_ENVIRONMENT_NAME
with the name of your Tensorfuse environment where the application is deployed. Tensorfuse uses default
environment if no environment is mentioned