change: init logger with INFO level

This commit is contained in:
debugtalk
2022-04-22 21:35:38 +08:00
parent 9afe10f816
commit aab9a7de3f
4 changed files with 22 additions and 4 deletions

View File

@@ -73,3 +73,7 @@ jobs:
- name: Run smoketest - rendezvous
run: |
./output/hrp boom examples/hrp/rendezvous_test.json --spawn-count 10 --spawn-rate 10 --loop-count 10
- name: Run hrp convert --pytest
run: ./output/hrp convert examples/postman_echo/request_methods/
- name: Run hrp pytest
run: ./output/hrp pytest examples/postman_echo/request_methods/