Sha256: b6c301063653a04654e82c994708b9dbd2c3506b0b004a698a8acbd517aea040

Contents?: true

Size: 362 Bytes

Versions: 10

Compression:

Stored size: 362 Bytes

Contents

log4r_config:
  loggers:
    - name      : test
      level     : DEBUG
      trace     : 'true'
      outputters :
      - datefile

  outputters:
  - type: DateFileOutputter
    name: datefile
    dirname: "./spec/log"
    filename: "log4r.log"
    formatter:
      date_pattern: '%H:%M:%S'
      pattern     : '%d %l: %m '
      type        : PatternFormatter

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
httplog-1.3.1 spec/support/log4r.yml
httplog-1.3.0 spec/support/log4r.yml
httplog-1.2.2 spec/support/log4r.yml
httplog-1.2.1 spec/support/log4r.yml
httplog-1.2.0 spec/support/log4r.yml
httplog-1.1.1 spec/support/log4r.yml
httplog-1.1.0 spec/support/log4r.yml
httplog-1.0.3 spec/support/log4r.yml
httplog-1.0.2 spec/support/log4r.yml
httplog-1.0.1 spec/support/log4r.yml