Sha256: 29c2ca75a4b75ffbfa986aae5a3416f48a6f8372dae776957b2639a982606daa

Contents?: true

Size: 563 Bytes

Versions: 3

Compression:

Stored size: 563 Bytes

Contents

chalk:
  log:
    # The default log level
    default_level: 'INFO'

    # Whether to enable tagging (with timestamp, PID, action_id).
    tagging: true

    # Whether to enable tagging with PID (can be subsumed by
    # `tagging: false`)
    pid: true

    # Whether to enable tagging with timestamp (can be subsumed by
    # `tagging: false`). This option is set automatically in
    # lib/chalk-log.rb.
    timestamp: null

    # Whether to show logs at all
    disabled: false

    # Whether to remove gem lines from backtraces
    compress_backtraces: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chalk-log-0.1.4 config.yaml
chalk-log-0.1.3 config.yaml
chalk-log-0.1.2 config.yaml