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 7e42a32  Not needed for now
7e42a32 is described below

commit 7e42a32cc93785ac70783127f830c29b04b4fc27
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 26 12:20:25 2022 +0000

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

Reply via email to