Skip to content

Commit

Permalink
Merge pull request #113 from robbo10/master
Browse files Browse the repository at this point in the history
Removes log_level: debug / adds ops-files for enabling debug
  • Loading branch information
vito committed Jan 2, 2019
2 parents 09f7c24 + 08ec966 commit e19c01c
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 8 deletions.
3 changes: 0 additions & 3 deletions cluster/concourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ instance_groups:
- release: concourse
name: atc
properties:
log_level: debug

token_signing_key: ((token_signing_key))

Expand All @@ -41,7 +40,6 @@ instance_groups:
- release: concourse
name: tsa
properties:
log_level: debug
host_key: ((tsa_host_key))
token_signing_key: ((token_signing_key))
authorized_keys: [((worker_key.public_key))]
Expand Down Expand Up @@ -80,7 +78,6 @@ instance_groups:

- release: concourse
name: baggageclaim
properties: {log_level: debug}
provides: {baggageclaim: {as: worker-baggageclaim}}

- release: garden-runc
Expand Down
1 change: 0 additions & 1 deletion cluster/external-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ instance_groups:
release: concourse
provides: {baggageclaim: {as: worker-baggageclaim}}
properties:
log_level: debug
bind_ip: 127.0.0.1
- name: garden
release: garden-runc
Expand Down
12 changes: 12 additions & 0 deletions cluster/operations/debug-concourse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
- type: replace
path: /instance_groups/name=web/jobs/name=atc/properties/log_level?
value: debug

- type: replace
path: /instance_groups/name=web/jobs/name=tsa/properties/log_level?
value: debug

- type: replace
path: /instance_groups/name=worker/jobs/name=baggageclaim/properties?/log_level
value: debug
4 changes: 4 additions & 0 deletions cluster/operations/debug-external-worker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- type: replace
path: /instance_groups/name=worker/jobs/name=baggageclaim/properties/log_level?
value: debug
4 changes: 4 additions & 0 deletions cluster/operations/debug-tagged-worker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- type: replace
path: /instance_groups/name=worker-((worker_tag))/jobs/name=baggageclaim/properties?/log_level
value: debug
4 changes: 4 additions & 0 deletions cluster/operations/debug-untrusted-worker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- type: replace
path: /instance_groups/name=untrusted-worker/jobs/name=baggageclaim/properties/log_level?
value: debug
1 change: 0 additions & 1 deletion cluster/operations/tagged-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- release: concourse
name: baggageclaim
provides: {baggageclaim: {as: baggageclaim-((worker_tag))}}
properties: {log_level: debug}

- release: garden-runc
name: garden
Expand Down
1 change: 0 additions & 1 deletion cluster/operations/untrusted-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
name: baggageclaim
provides: {baggageclaim: {as: untrusted-baggageclaim}}
properties:
log_level: debug
bind_ip: 127.0.0.1
- release: garden-runc
name: garden
Expand Down
2 changes: 0 additions & 2 deletions lite/concourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ instance_groups:

- release: concourse
name: baggageclaim
properties:
log_level: debug

- release: garden-runc
name: garden
Expand Down
4 changes: 4 additions & 0 deletions lite/operations/debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- type: replace
path: /instance_groups/name=concourse/jobs/name=baggageclaim/properties?/log_level
value: debug

0 comments on commit e19c01c

Please sign in to comment.