Sha256: 6899acce1146688a55445757354f0bdd6b0aec6bb51a0dfe302d051b873e8924

Contents?: true

Size: 1.3 KB

Versions: 21

Compression:

Stored size: 1.3 KB

Contents

---
topic: debugging
guide: |
    When Bolt isn't behaving as expected, there are a few helpful commands and
    logs that can help identify common issues. The first place to look is in
    `<PROJECT>/bolt-debug.log`, which contains debug-level logs from the last Bolt
    run. This log file includes where the Bolt project was loaded from, the
    location of any configuration or inventory files that were loaded, and the
    modulepath that modules were loaded from.

    If you're having issues with loading targets or target configuration, you
    can see the list of resolved Bolt target names by running `bolt inventory
    show` on *nix systems or `Get-BoltInventory` in PowerShell. To see the
    resolved configuration for each target, run the command with the `--detail` or
    `-Detail` options.

    Lastly, if you're having trouble loading Bolt content you can use `bolt
    module show` on *nix systems or `Get-BoltModule` in PowerShell to see the list
    of loaded modules, including where they were loaded from. You can also use
    `bolt task show` or `Get-BoltTask` to list loaded tasks, and `bolt plan show`
    or `Get-BoltPlan` to list loaded plans.

    Visit the linked documentation for more in-depth troubleshooting help for
    specific issues.

documentation:
  - https://pup.pt/bolt-troubleshooting

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
bolt-3.29.0 guides/debugging.yaml
bolt-3.28.0 guides/debugging.yaml
bolt-3.27.4 guides/debugging.yaml
bolt-3.27.2 guides/debugging.yaml
bolt-3.27.1 guides/debugging.yaml
bolt-3.26.2 guides/debugging.yaml
bolt-3.26.1 guides/debugging.yaml
bolt-3.25.0 guides/debugging.yaml
bolt-3.24.0 guides/debugging.yaml
bolt-3.23.1 guides/debugging.yaml
bolt-3.23.0 guides/debugging.yaml
bolt-3.22.1 guides/debugging.yaml
bolt-3.22.0 guides/debugging.yaml
bolt-3.21.0 guides/debugging.yaml
bolt-3.20.0 guides/debugging.yaml
bolt-3.19.0 guides/debugging.yaml
bolt-3.18.0 guides/debugging.yaml
bolt-3.17.0 guides/debugging.yaml
bolt-3.16.1 guides/debugging.yaml
bolt-3.16.0 guides/debugging.yaml