Skip to content

Commit

Permalink
Merge pull request #343 from linkernetworks/johnlin/loglevel
Browse files Browse the repository at this point in the history
[Hot-fix] log level to info when testing and local
  • Loading branch information
John-Lin authored Oct 8, 2018
2 parents fb9df16 + 5efb45a commit fa4e90c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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"
}
}
}

0 comments on commit fa4e90c

Please sign in to comment.