# infrastructure-loggy **Repository Path**: mirrors_apache/infrastructure-loggy ## Basic Information - **Project Name**: infrastructure-loggy - **Description**: Loggy Jr. for ASF Infra - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # infrastructure-loggy Loggy Jr. for ASF Infra To enable via `pipservice`, add the following yaml to the applicable node/role yaml file: ~~~yaml 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: ~~~yaml 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.