Merge pull request #347 from phamhongviet/master
override log4j2.properties with custom template
This commit is contained in:
commit
f6347c79ac
2 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#Copy the logging.yml
|
||||
- name: Copy log4j2.properties File for Instance
|
||||
template: src=log4j2.properties.j2 dest={{conf_dir}}/log4j2.properties owner={{ es_user }} group={{ es_group }} mode=0644 force=yes
|
||||
template: src={{es_config_log4j2}} dest={{conf_dir}}/log4j2.properties owner={{ es_user }} group={{ es_group }} mode=0644 force=yes
|
||||
notify: restart elasticsearch
|
||||
|
||||
- name: Copy jvm.options File for Instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue