This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit a1212be533a09abbda3ab4a4b5b5e353c20d00b7 Author: Sebb <[email protected]> AuthorDate: Wed Jan 26 12:10:24 2022 +0000 Why no lists in preferences? --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 606e6bf..cb81b2b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -61,7 +61,7 @@ jobs: - name: Server run: | cd server - python main.py --apilog INFO --logger INFO --stoppable --refreshable > main.log & + python main.py --apilog INFO --logger DEBUG --stoppable --refreshable > main.log & - name: preferences1 run: | curl -sq http://localhost:8080/api/preferences.lua
