You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/26 13:07:06 UTC

[incubator-ponymail-foal] branch master updated: Why no lists?

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


The following commit(s) were added to refs/heads/master by this push:
     new 6448356  Why no lists?
6448356 is described below

commit 6448356511b83298441153b9bd483642a66bdfa6
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jan 26 13:06:58 2022 +0000

    Why no lists?
---
 .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 36d06b6..c2faa6e 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 2>&1 &
+        python main.py --apilog INFO --logger DEBUG --stoppable --refreshable > main.log 2>&1 &
         sleep 5 # allow time to start up properly
     - name: preferences1
       run: |