Update README.md
1 file changed
tree: 955ff9c264b5eddc91e0b52db878913f72d5b6de
  1. LICENSE
  2. loggy.py
  3. loggy.service
  4. README.md
  5. requirements.txt
README.md

infrastructure-loggy

Loggy Jr. for ASF Infra

To enable, add the following yaml:

pipservice:
  loggy:
    tag: master

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.