Skip to content

Commit

Permalink
Change debug log examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Mar 11, 2016
1 parent 3ec5828 commit fc05913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/etc/dkron/dkron.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"backend": "etcd",
"backend_machine": "127.0.0.1:2379",
"server": false,
"debug": false,
"log-level": "debug",
"tags": {
"role": "web",
"datacenter": "east"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dkron_seed:
- ./:/gopath/src/github.com/victorcoder/dkron
environment:
- GODEBUG=netdns=go
command: go run main.go agent -server -backend=etcd -backend-machine=etcd:4001 -join=dkron:8946 -debug=true
command: go run main.go agent -server -backend=etcd -backend-machine=etcd:4001 -join=dkron:8946 -log-level=debug

dkron:
links:
Expand All @@ -40,4 +40,4 @@ dkron:
environment:
- GODEBUG=netdns=go
- DKRON_BACKEND_MACHINE=etcd:4001
command: go run main.go agent -server -backend=etcd -backend-machine=etcd:4001 -join=dkron_seed:8946 -debug=true
command: go run main.go agent -server -backend=etcd -backend-machine=etcd:4001 -join=dkron_seed:8946 -log-level=debug

0 comments on commit fc05913

Please sign in to comment.