ctubbsii commented on a change in pull request #309: Enable debug logging for 
Accumulo 2.0
URL: https://github.com/apache/fluo-muchos/pull/309#discussion_r367891938
 
 

 ##########
 File path: ansible/roles/accumulo/tasks/main.yml
 ##########
 @@ -61,3 +61,12 @@
     creates: "{{ accumulo_home }}/lib/native/libaccumulo.so"
 - name: "Create accumulo log dir"
   file: path={{ worker_data_dirs[0] }}/logs/accumulo state=directory
+- name: "Enable debug logging in Accumulo 2.0"
+  replace: 
+    path: "{{ accumulo_home }}/conf/{{ item }}"
+    regexp: '^log4j.rootLogger.*'
+    replace: "log4j.rootLogger=DEBUG, file"
 
 Review comment:
   @karthick-rn You could probably just change the title of this PR and 
repurpose it for that change. :smiley_cat:

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to