Support pluggable backend log lib with glog (#2695)

* [WIP] Support different backend log lib

* Refine code, unify level, address comment

* Address comment and change formatter

* Fix linux building failure.

* Fix lint

* Remove log4cplus.

* Add log init to raylet main and add test to travis.

* Address comment and refine.

* Update logging_test.cc
This commit is contained in:
Yuhong Guo
2018-08-23 09:43:38 -07:00
committed by Philipp Moritz
parent 4be324efc3
commit eec1a3eb89
10 changed files with 339 additions and 67 deletions
+1
View File
@@ -182,6 +182,7 @@ install:
- ./src/ray/raylet/lineage_cache_test
- ./src/ray/raylet/task_dependency_manager_test
- ./src/ray/raylet/reconstruction_policy_test
- ./src/ray/util/logging_test --gtest_filter=PrintLogTest*
- bash ../src/common/test/run_tests.sh
- bash ../src/plasma/test/run_tests.sh