Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hot-fix] log level to info when testing and local #343

Merged
merged 1 commit into from
Oct 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Vortex [![Build Status](https://travis-ci.org/linkernetworks/vortex.svg?branch=d

### Kubernetes

- Kubernetes resource data visualization. (network, cpu, memory etc.)
- Node
- Pod
- Kubernetes resource data visualization including network, cpu, memory etc.
- Nodes
- Pods
- Kubernetes resources deployment & management
- Namespaces
- Deployments, autoscale features provided
Expand All @@ -30,7 +30,7 @@ Vortex [![Build Status](https://travis-ci.org/linkernetworks/vortex.svg?branch=d
### Network

- By default, the vortex cluster already installed [flannel](https://github.com/coreos/flannel) for all pods on cluster, however network
features can add extra multiple network interfaces for pods.
features can add extra multiple network interfaces for pods
- Custom underlay networking including [Open vSwitch](https://www.openvswitch.org/) and [DPDK](https://www.dpdk.org/) integrations
- Pods multiple network interfaces with static ip and custom route

Expand Down Expand Up @@ -72,7 +72,7 @@ Default account: [email protected]

Default password: password

## Development and RESTful API endpoing
## Development and RESTful API endpoint

```
http://<Kubernetes-Nodes-IP>:32326
Expand Down
4 changes: 2 additions & 2 deletions config/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"logger":{
"dir":"./logs",
"level":"debug",
"level":"info",
"maxAge":"720h",
"suffixPattern":".%Y%m%d",
"linkName":"access_log"
Expand All @@ -27,4 +27,4 @@
"version":"local",
"logFileName":"access_log"
}
}
}
4 changes: 2 additions & 2 deletions config/testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"logger":{
"dir":"./logs",
"level":"debug",
"level":"info",
"maxAge":"720h",
"suffixPattern":".%Y%m%d",
"linkName":"access_log"
Expand All @@ -27,4 +27,4 @@
"version":"testing",
"logFileName":"access_log"
}
}
}