Sha256: 09ec23fb1539be40e5fce98113891601e77c78dd7b34a1c3aef70ed1a05eec06
Contents?: true
Size: 635 Bytes
Versions: 1
Compression:
Stored size: 635 Bytes
Contents
log4r_config: # Here we define all of the loggers that are going to be used across all of the # possible configurations. loggers: - name: Console level: DEBUG outputters: - normal_information - verbose_information # And here are the outputters and with their associated formatters. outputters: - name: normal_information type: StdoutOutputter only_at: - INFO - FATAL formatter: type: PatternFormatter pattern: '%l: %m' - name: verbose_information type: StderrOutputter level: FATAL formatter: type: PatternFormatter pattern: '%l: %m'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git_workflow-0.0.5 | lib/git_workflow/logger.yaml |