|
4 | 4 | [](https://goreportcard.com/report/github.com/deis/logger) |
5 | 5 | [](https://quay.io/repository/deis/logger) |
6 | 6 |
|
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. |
10 | 8 |
|
11 | 9 |  |
12 | 10 |
|
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. |
14 | 12 |
|
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]. |
16 | 14 |
|
17 | 15 | ## 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 | + |
18 | 20 | 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. |
19 | 21 |
|
20 | 22 | 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, |
110 | 112 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
111 | 113 | See the License for the specific language governing permissions and |
112 | 114 | limitations under the License. |
| 115 | + |
| 116 | +[issues]: https://github.com/deis/logger/issues |
| 117 | +[prs]: https://github.com/deis/logger/pulls |
0 commit comments