mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
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:
committed by
Philipp Moritz
parent
4be324efc3
commit
eec1a3eb89
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user