|
1 | 1 |
|
2 |
| -# Deis Logger |
| 2 | +# Hephy Logger |
3 | 3 | [](https://ci.deis.io/job/logger)
|
4 | 4 | [](https://codecov.io/github/deis/logger?branch=master)
|
5 | 5 | [](https://goreportcard.com/report/github.com/deis/logger)
|
6 | 6 | [](https://quay.io/repository/deis/logger)
|
7 | 7 |
|
| 8 | +Hephy - A Fork of Deis Workflow |
| 9 | + |
8 | 10 | 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.
|
9 | 11 |
|
10 | 12 | 
|
11 | 13 |
|
12 |
| -For more information about the Deis Workflow, please visit the main project page at https://github.com/deisthree/workflow. |
| 14 | +For more information about the Deis Workflow, please visit the main project page at https://github.com/teamhephy/workflow. |
13 | 15 |
|
14 | 16 | 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].
|
15 | 17 |
|
16 | 18 | ## Description
|
17 | 19 | A system logger for use in the [Deis Workflow](https://deis.com/workflow/) open source PaaS.
|
18 | 20 |
|
19 |
| -This Docker image is based on [quay.io/deis/base](https://github.com/deisthree/docker-base) image. You can see what version we are currently using in the [Dockerfile](rootfs/Dockerfile) |
| 21 | +This Docker image is based on [quay.io/deis/base](https://github.com/teamhephy/docker-base) image. You can see what version we are currently using in the [Dockerfile](rootfs/Dockerfile) |
20 | 22 |
|
21 | 23 | 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.
|
22 | 24 |
|
@@ -100,6 +102,6 @@ DEV_REGISTRY=myhost:5000 make push
|
100 | 102 | └──────────┘
|
101 | 103 | ```
|
102 | 104 |
|
103 |
| -[issues]: https://github.com/deisthree/logger/issues |
104 |
| -[prs]: https://github.com/deisthree/logger/pulls |
105 |
| -[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0 |
| 105 | +[issues]: https://github.com/teamhephy/logger/issues |
| 106 | +[prs]: https://github.com/teamhephy/logger/pulls |
| 107 | +[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0 |
0 commit comments