tree: b11f2903bf72e328c4e24c9e474d551f340118e7 [path history] [tgz]
  1. LICENSE
  2. loggy.py
  3. loggy.yaml.sample
  4. logtypes.py
  5. pipservice-loggy.service
  6. README.md
  7. requirements.txt
README.md

infrastructure-loggy

Loggy Jr. for ASF Infra

To enable via pipservice, add the following yaml to the applicable node/role yaml file:

pipservice:
  loggy:
    tag: master

There is a sample YAML config file in this repo. If you are checking out loggy locally, rename this file to loggy.yaml and edit accordingly.

As loggy's configuration may contain secrets, you may be required to define this in EYAML.

To do so, make use of pipservice's custom_yaml_content feature, like so:

pipservice::loggy::custom_yaml_content: DEC::GPG[yaml contents go here]

This will place a new loggy.yaml inside the /opt/loggy directory, with the eyaml contents you just defined here.