HTRACE-290. htraced: Fix per-faculty log level settings and add unit tests for conditional logging (Masatake Iwasaki via Colin P. McCabe)
2 files changed
tree: 156f9ec11b64f9106ceba91f5eacc36c6d17e600
  1. bin/
  2. htrace-c/
  3. htrace-core4/
  4. htrace-flume/
  5. htrace-hbase/
  6. htrace-htraced/
  7. htrace-webapp/
  8. htrace-zipkin/
  9. src/
  10. tools/
  11. .gitignore
  12. BUILDING.txt
  13. DISCLAIMER.txt
  14. Dockerfile
  15. LICENSE.txt
  16. NOTICE.txt
  17. pom.xml
  18. README.md
README.md

HTrace

HTrace is a tracing framework for use with distributed systems.

See documentation at src/main/site/markdown/index.md or at http://htrace.incubator.apache.org.

Building

Only Maven 3.0.4 should be used to create HTrace releases - see HTRACE-236 (Support building release artifacts with Maven versions other than 3.0.4) for details.

To get around this while using Maven 3.3 HTRACE-234 you can run maven with -DcreateDependencyReducedPom=false.