This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 51a5c3e  Fixing a typo
51a5c3e is described below

commit 51a5c3e38e36d2014f9f35e11a0eb7b83121548e
Author: Dimuthu Wannipurage <dimuthu.wannipur...@datasprouts.com>
AuthorDate: Fri Nov 9 16:11:30 2018 -0500

    Fixing a typo
---
 dev-tools/ansible/roles/helix_setup/defaults/main.yml                  | 2 +-
 dev-tools/ansible/roles/helix_setup/templates/parser-wm/logback.xml.j2 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/ansible/roles/helix_setup/defaults/main.yml 
b/dev-tools/ansible/roles/helix_setup/defaults/main.yml
index dd91a09..3316162 100644
--- a/dev-tools/ansible/roles/helix_setup/defaults/main.yml
+++ b/dev-tools/ansible/roles/helix_setup/defaults/main.yml
@@ -41,7 +41,7 @@ helix_controller_log_dir: "{{ helix_dir }}/{{ 
helix_controller_version }}/logs"
 helix_participant_log_dir: "{{ helix_dir }}/{{ helix_participant_version 
}}/logs"
 helix_pre_wm_dist_log_dir: "{{ helix_dir }}/{{ helix_pre_wm_version }}/logs"
 helix_post_wm_dist_log_dir: "{{ helix_dir }}/{{ helix_post_wm_version }}/logs"
-helix_parser_wm_log_dir: "{{ helix_dir }}/{{ helix_parser_wm_version }}/logs"
+helix_parser_wm_dist_log_dir: "{{ helix_dir }}/{{ helix_parser_wm_version 
}}/logs"
 
 job_status_publish_endpoint: "http://{{ groups['kafka'][0] }}:{{ 
kafka_rest_proxy_listener_port }}/topics/{{ realtime_monitor_broker_topic }}"
 
diff --git 
a/dev-tools/ansible/roles/helix_setup/templates/parser-wm/logback.xml.j2 
b/dev-tools/ansible/roles/helix_setup/templates/parser-wm/logback.xml.j2
index 4d5b241..7bddf7d 100644
--- a/dev-tools/ansible/roles/helix_setup/templates/parser-wm/logback.xml.j2
+++ b/dev-tools/ansible/roles/helix_setup/templates/parser-wm/logback.xml.j2
@@ -29,7 +29,7 @@
     </appender>
 
     <appender name="LOGFILE" 
class="ch.qos.logback.core.rolling.RollingFileAppender">
-        <File>{{ helix_parser_wm_log_dir }}/airavata.log</File>
+        <File>{{ helix_parser_wm_dist_log_dir }}/airavata.log</File>
         <Append>true</Append>
         <encoder>
             <pattern>%d [%t] %-5p %c{30} %X - %m%n</pattern>

Reply via email to