Sha256: 80aca88cfa7683986085230cef040feca49f9f22a45231aaa24a09660905d4bd

Contents?: true

Size: 1.22 KB

Versions: 67

Compression:

Stored size: 1.22 KB

Contents

purpose    : TestA
description: This is the 1st YAML doc
say        : Hi

---
# *** YAML2LOGGING ***
logging_config:
  # define all pre config ...
  pre_config:
    define_levels:
      - DEB
      - INF
      - PRT
      - WRN
      - ERR
      - FAT
    format_as   : inspect
    root:
      level     : WRN

  # define all loggers ...
  loggers:
    - name      : mylogger
      level     : DEB
      additive  : false
      trace     : false      
      appenders:
        - stderr
        - logfile 

    - name      : yourlogger
      level     : INF 
      appenders: 
        - stderr
        - logfile 

  # define all appenders (incl. layouts)      
  appenders:
    - type          : Stderr
      name          : stderr 
      level         : DEB
      layout:
        type        : Basic
        format_as   : string

    - type          : File
      name          : logfile
      level         : DEB
      filename      : 'tmp/temp.log'
      truncate      : true
      layout:
        type        : Pattern
        date_method : to_s
        pattern     : '[%d] %l  %c : %m\n'
  
---
purpose    : TestB
description: This is the last YAML doc
say        : Bye


# EOF  

Version data entries

67 entries across 67 versions & 10 rubygems

Version Path
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/logging-1.8.2/data/logging.yaml
vagrant-cloudstack-1.2.0 vendor/bundle/gems/logging-1.8.2/data/logging.yaml
vagrant-cloudstack-1.1.0 vendor/bundle/gems/logging-1.8.2/data/logging.yaml
TwP-logging-0.9.7 data/logging.yaml
TwP-logging-0.9.8.1 data/logging.yaml
TwP-logging-0.9.8.2 data/logging.yaml
TwP-logging-0.9.8 data/logging.yaml
TwP-logging-1.0.0 data/logging.yaml
TwP-logging-1.1.0 data/logging.yaml
TwP-logging-1.1.1 data/logging.yaml
TwP-logging-1.1.2 data/logging.yaml
TwP-logging-1.1.3 data/logging.yaml
TwP-logging-1.1.4 data/logging.yaml
TwP-logging-1.2.0 data/logging.yaml
TwP-logging-1.2.2 data/logging.yaml
filterfish-logging-0.9.8 data/logging.yaml
ottobar-logging-0.9.5.1 data/logging.yaml
pjstadig-logging-1.1.4.1 data/logging.yaml
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/logging-1.8.1/data/logging.yaml
logging-1.8.2 data/logging.yaml