Skip to content

Commit b96b166

Browse files
committed
include log level debug for task e2e test
1 parent a21e6ba commit b96b166

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/e2e-js/tests/callfabric/relayApp.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SignalWire, Voice } from '@signalwire/realtime-api'
1+
import { SignalWire } from '@signalwire/realtime-api'
22
import {
33
createCFClient,
44
expectPageReceiveAudio,

internal/e2e-realtime-api/src/task.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const handler = () => {
1010
host: process.env.RELAY_HOST || 'relay.swire.io',
1111
project: process.env.RELAY_PROJECT as string,
1212
token: process.env.RELAY_TOKEN as string,
13+
logLevel: 'debug',
1314
debug: {
1415
logWsTraffic: true,
1516
},

0 commit comments

Comments
 (0)