diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-14 14:17:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-14 14:17:53 +0200 |
commit | cb4bab61c19f2be7858f9cc6e8e234f04b1d504f (patch) | |
tree | 0fe772bd879c52b587cfc8a0333bea5301cbfea1 /scripts/e2e/local.sh | |
parent | db0159c7f20633f9b472b77f5798849fdbdbe4b8 (diff) | |
download | PeerTube-cb4bab61c19f2be7858f9cc6e8e234f04b1d504f.tar.gz PeerTube-cb4bab61c19f2be7858f9cc6e8e234f04b1d504f.tar.zst PeerTube-cb4bab61c19f2be7858f9cc6e8e234f04b1d504f.zip |
Fix logger warning level
Diffstat (limited to 'scripts/e2e/local.sh')
-rwxr-xr-x | scripts/e2e/local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/e2e/local.sh b/scripts/e2e/local.sh index 0e74707d8..469f2eb5e 100755 --- a/scripts/e2e/local.sh +++ b/scripts/e2e/local.sh | |||
@@ -12,4 +12,4 @@ npm run clean:server:test | |||
12 | 12 | ||
13 | npm run concurrently -- -k -s first \ | 13 | npm run concurrently -- -k -s first \ |
14 | "cd client && npm run ng -- e2e --port 3333 -c local" \ | 14 | "cd client && npm run ng -- e2e --port 3333 -c local" \ |
15 | "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" }, \"signup\": { \"enabled\": false } }' node dist/server" | 15 | "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server" |