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_r367888942
##########
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:
@keith-turner No worries, I understand. Do you want me to submit a new PR
for the `hadoop-metrics2.properties` that is missing in `/hadoop-ha/templates`?
----------------------------------------------------------------
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