keith-turner 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_r367474163
##########
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 it looks like I made this change in
496d73f4c7cc9f2c4752226c6a3df297decce355. For the testing use case I had, this
existing change already satisfies that. I completely forgot about that change
and did not close #263 as I should have. I don't think any additional changes
are needed. I am so sorry for wasting your time!
----------------------------------------------------------------
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