Skip to content

Commit d61b715

Browse files
committed
fix(ci): set server log level to 1
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent cb76595 commit d61b715

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
run: |
239239
set -x
240240
./occ config:system:set debug --value true
241-
./occ config:system:set loglevel --value 0
241+
./occ config:system:set loglevel --value 1
242242
./occ app_api:daemon:register --net host manual_install "Manual Install" manual-install http localhost http://localhost:8080
243243
timeout 120 ./occ app_api:app:register context_chat_backend manual_install --json-info "{\"appid\":\"context_chat_backend\",\"name\":\"Context Chat Backend\",\"daemon_config_name\":\"manual_install\",\"version\":\"${{ fromJson(steps.appinfo.outputs.result).version }}\",\"secret\":\"12345\",\"port\":10034,\"scopes\":[],\"system_app\":0}" --force-scopes --wait-finish
244244
@@ -500,7 +500,7 @@ jobs:
500500
run: |
501501
set -x
502502
./occ config:system:set debug --value true
503-
./occ config:system:set loglevel --value 0
503+
./occ config:system:set loglevel --value 1
504504
./occ app_api:daemon:register --net host manual_install "Manual Install" manual-install http localhost http://localhost:8080
505505
timeout 120 ./occ app_api:app:register context_chat_backend manual_install --json-info "{\"appid\":\"context_chat_backend\",\"name\":\"Context Chat Backend\",\"daemon_config_name\":\"manual_install\",\"version\":\"${{ fromJson(steps.appinfo.outputs.result).version }}\",\"secret\":\"12345\",\"port\":10034,\"scopes\":[],\"system_app\":0}" --force-scopes --wait-finish
506506
@@ -812,7 +812,7 @@ jobs:
812812
run: |
813813
set -x
814814
./occ config:system:set debug --value true
815-
./occ config:system:set loglevel --value 0
815+
./occ config:system:set loglevel --value 1
816816
./occ app_api:daemon:register --net host manual_install "Manual Install" manual-install http localhost http://localhost:8080
817817
timeout 120 ./occ app_api:app:register context_chat_backend manual_install --json-info "{\"appid\":\"context_chat_backend\",\"name\":\"Context Chat Backend\",\"daemon_config_name\":\"manual_install\",\"version\":\"${{ fromJson(steps.appinfo.outputs.result).version }}\",\"secret\":\"12345\",\"port\":10034,\"scopes\":[],\"system_app\":0}" --force-scopes --wait-finish
818818

0 commit comments

Comments
 (0)