Skip to content

Commit

Permalink
Centralize logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sukrit007 committed Apr 7, 2015
1 parent 26df58e commit 5fb85fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ In order to run fully integrated server using docker using latest docker , run
command:

```
sudo docker run -it --rm -h cluster-deployer-${USER} --name cluster-deployer -P totem/cluster-deployer
sudo docker run -it --rm -h cluster-deployer-${USER} --name cluster-deployer -v /dev/log:/dev/log -P totem/cluster-deployer
```

### Run Configuration (Environment Variables)
Expand All @@ -96,7 +96,8 @@ sudo docker run -it --rm -h cluster-deployer-${USER} --name cluster-deployer -P
| GITHUB_NOTIFICATION_ENABLED | Set it to true to enable github commit notifications. | false | false |
| BASE_URL | Base Url for Cluster Deployer (used for forming notification URLs)| http://localhost:9000| http://172.17.42.1:9000 |
| CLUSTER_NAME | Name of the cluster where orchestrator is deployed | local | local |
| TOTEM_ENV | Name of totem environment (e.g. production, local, development) | local |
| TOTEM_ENV | Name of totem environment (e.g. production, local, development) | local | local |
| LOG_IDENTIFIER | Program name/tag used for syslog | N/A | yoda-proxy |



Expand Down

0 comments on commit 5fb85fc

Please sign in to comment.