Sha256: 1debfce736230374466dda0e904807c0d20d749eb59fc829af874ee3326d7899

Contents?: true

Size: 668 Bytes

Versions: 22

Compression:

Stored size: 668 Bytes

Contents

---
topic: logging
guide: |
    Bolt prints messages both to the console and to log files. Messages can
    either come from Bolt's 'outputter', which logs user-facing messages like
    progress and results, or from the 'logger', which logs warnings, errors, and
    log-structured output to log files. Both of these message streams are
    configurable.

    By default, Bolt logs to the console at 'warn' level and writes a log file to
    '<project>/bolt-debug.log' at 'debug' level. Unless you are running a plan,
    Bolt runs in verbose mode by default.

    To learn more about projects, see the 'project' guide.

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

Version data entries

22 entries across 22 versions & 1 rubygems

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