Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 64eeff1

Browse files
author
Vaughn Dice
committed
docs(README.md): update Deis Workflow reference
1 parent b740d0b commit 64eeff1

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@
44
[![Go Report Card](https://goreportcard.com/badge/github.com/deis/logger)](https://goreportcard.com/report/github.com/deis/logger)
55
[![Docker Repository on Quay](https://quay.io/repository/deis/logger/status "Docker Repository on Quay")](https://quay.io/repository/deis/logger)
66

7-
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage
8-
applications on your own servers. Deis builds on [Kubernetes](http://kubernetes.io/) to provide
9-
a lightweight, [Heroku-inspired](http://heroku.com) workflow.
7+
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
108

119
![Deis Graphic](https://s3-us-west-2.amazonaws.com/get-deis/deis-graphic-small.png)
1210

13-
A system logger for use in the [Deis](http://deis.io) open source PaaS.
11+
For more information about the Deis Workflow, please visit the main project page at https://github.com/deis/workflow.
1412

15-
This Docker image is based on [quay.io/deis/base](https://github.com/deis/docker-base) image. You can see what version we are currently using in the [Dockerfile](rootfs/Dockerfile)
13+
We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Development" section below and [submit a pull request][prs].
1614

1715
## Description
16+
A system logger for use in the [Deis Workflow](https://deis.com/workflow/) open source PaaS.
17+
18+
This Docker image is based on [quay.io/deis/base](https://github.com/deis/docker-base) image. You can see what version we are currently using in the [Dockerfile](rootfs/Dockerfile)
19+
1820
The new v2 logger implementation has seen a simplification from the last rewrite. While it still uses much of that code it no longer depends on `etcd`. Instead, we will use kubernetes service discovery to determine where logger is running.
1921

2022
We have also decided to not use `logspout` as the mechanism to get logs from each container to the `logger` component. Now we will use [fluentd](http://fluentd.org) which is a widely supported logging framework with hundreds of plugins. This will allow the end user to configure multiple destinations such as Elastic Search and other Syslog compatible endpoints like [papertrail](http://papertrailapp.com).
@@ -110,3 +112,6 @@ distributed under the License is distributed on an "AS IS" BASIS,
110112
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
111113
See the License for the specific language governing permissions and
112114
limitations under the License.
115+
116+
[issues]: https://github.com/deis/logger/issues
117+
[prs]: https://github.com/deis/logger/pulls

0 commit comments

Comments
 (0)