Loggy Jr. for ASF Infra

Clone this repo:
  1. 4b0b747 Merge pull request #8 from apache/humbedooh/lastlog-entryts by Chris Thistlethwaite · 5 days ago master
  2. 46b64ba convert from unix epoch to time struct by Daniel Gruno · 5 days ago
  3. 386bf18 Support timestamps for log entries themselves, rather than just the time of logging the entry to db by Daniel Gruno · 5 days ago
  4. 7499e7f OF: missed a variable, uid by Daniel Gruno · 5 days ago
  5. 8c6b6c1 Merge pull request #7 from apache/humbedooh/lastlog-format by Greg Stein · 5 days ago

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.