From 6ca2f6e1f65ce439b1a4503fbcfae121ee14d15f Mon Sep 17 00:00:00 2001 From: Cirpo Cinelli Date: Wed, 16 Nov 2022 08:08:44 +0000 Subject: [PATCH] Weaver ownership --- README.md | 19 ++++++++++++------- catalog-info.yaml | 7 +++++++ 2 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 catalog-info.yaml diff --git a/README.md b/README.md index 1275309..aba714c 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,17 @@ -spotify-logging +# spotify-logging =============== [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.spotify/logging/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.spotify/logging) [![Build Status](https://img.shields.io/circleci/project/github/spotify/logging-java)](https://circleci.com/gh/spotify/logging-java) - A small set of utility classes for setting up logback and a helper to create logging messages suitable for the Spotify internal log parsing infrastructure. - -# Logstash Logback Encoder - +## Logstash Logback Encoder The [logstash-logback-encoder](https://github.com/logstash/logstash-logback-encoder) is used to log in the JSON format. - The primary motivation is provide any Java service running inside a container with Kubernetes (k8s) or Helios a way to log in a structured format. @@ -29,8 +25,17 @@ The general flow for a log message running on k8s is as follows. Instead of writing directly to a given logging service we chose this approach to more easily switch between providers without needing to modify as little code as possible. - ## License This software is released under the Apache License 2.0. More information in the file LICENSE distributed with this project. + +## Ownership + +The Weaver squad is currently owning this project internally. +We are currently in the evaluating process of the ownership of this and other OSS Java libraries. +The ownership takes into account **ONLY** security maintenance. + +This repo is also co-owned by other people: + +* [mattnworb](https://github.com/mattnworb) diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..c146189 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,7 @@ +apiVersion: backstage.io/v1alpha1 +kind: Resource +metadata: + name: logging-java +spec: + type: library + owner: weaver