Takomo
  • What is Takomo?
  • Getting started
    • Installation
    • Quick start
    • Tutorial
  • Configuration
    • AWS credentials
    • Directory structure
    • Stacks and stack groups
    • Project configuration
  • Stack properties
    • Name
    • Regions
    • Template
    • Template bucket
    • Command role
    • Account ids
    • Depends
    • Parameters
    • Tags
    • Inherit tags
    • Termination protection
    • Timeout
    • Capabilities
    • Stack policy
    • Ignore
    • Obsolete
    • Hooks
    • Data
    • Schemas
  • Variables and templating
    • Introduction
    • Handlebars syntax
    • Environment variables
    • Command-line variables
    • Partials
    • Helpers
    • Available variables
  • Parameter resolvers
    • Built-in parameter resolvers
      • Stack output resolver
      • External stack output resolver
      • Command resolver
      • File contents resolver
      • Hook output resolver
      • SSM parameter resolver
      • Secret resolver
    • Custom parameter resolvers
  • Hooks
    • Built-in hooks
    • Custom hooks
    • Sharing data between hooks
  • Validation schemas
    • Custom validation schemas
  • Command-line usage
    • Common options
    • Deploy stacks
    • Undeploy stacks
    • Prune stacks
    • List stacks
    • Detect drift
    • Generate IAM policies
    • Inspect stack configuration
    • Inspect stack dependencies
  • Support
    • Getting help
    • Troubleshooting
  • Development
    • Change log
Powered by GitBook
On this page
  • Logging level
  • Statistics

Was this helpful?

Export as PDF
  1. Support

Troubleshooting

PreviousGetting helpNextChange log

Last updated 3 years ago

Was this helpful?

Here are some tips to help you troubleshoot problems.

Logging level

By setting the to debug or trace, you will see lots of useful information that might help you spot the problem. Logging level is set with --log <level> option which is available for all commands,

Example

This is how you set logging level to trace:

tkm stacks deploy --log trace

Statistics

To understand how Takomo interacts with AWS APIs you can use --stats option to instruct Takomo to print various statistics after executing a command.

Example

This is how you enable statistics:

tkm <your command here> --stats

logging level