[logging] dynamic level enhancements (#4809)

* Add cli command to get/set log level
* Add cmake option to enable dynamic log level
* Aggregate logfilename as sub-command of `log` command
* Add log level test
* Update readme
This commit is contained in:
Yakun Xu
2020-04-11 22:11:38 -07:00
committed by GitHub
parent 52777fb459
commit 0cd682f048
10 changed files with 182 additions and 19 deletions
+11
View File
@@ -142,6 +142,17 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v1
expects:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Run
run: |
sudo apt --no-install-recommends install -y expect ninja-build
./script/test build expect
- name: Codecov
uses: codecov/codecov-action@v1
ncp:
runs-on: ubuntu-18.04
env: