karthick-rn 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_r367892396
 
 

 ##########
 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:
   Sounds good. I'll do it that way. Thanks @ctubbsii 

----------------------------------------------------------------
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