Skip to content

Commit

Permalink
Removed file logging configuration from examples (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekdwivedi3060 authored Nov 28, 2022
1 parent 6459f37 commit 443e727
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions config/samples/dim_nostorage_cluster_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ spec:
- user-admin

aerospikeConfig:
logging:
- name: /var/log/aerospike/aerospike.log
any: info
clustering: debug
service:
feature-key-file: /etc/aerospike/secret/features.conf
security: {}
Expand Down
3 changes: 0 additions & 3 deletions config/samples/ldap_cluster_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ spec:
clientKeyFilename: svc_key.pem

aerospikeConfig:
logging:
- name: /var/log/aerospike/aerospike.log
any: info
service:
feature-key-file: /etc/aerospike/secret/features.conf
security:
Expand Down
5 changes: 0 additions & 5 deletions config/samples/podspec_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ spec:
- user-admin

aerospikeConfig:
logging:
- name: /var/log/aerospike/aerospike.log
any: info
clustering: debug

service:
feature-key-file: /etc/aerospike/secret/features.conf

Expand Down
4 changes: 0 additions & 4 deletions config/samples/xdr_src_cluster_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ spec:
- read-write

aerospikeConfig:
logging:
- name: /var/log/aerospike/aerospike.log
any: info

service:
feature-key-file: /etc/aerospike/secret/features.conf

Expand Down

0 comments on commit 443e727

Please sign in to comment.