Skip to content

Commit

Permalink
include log level debug for task e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmmar7 committed Dec 5, 2023
1 parent a21e6ba commit b96b166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/e2e-js/tests/callfabric/relayApp.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { SignalWire, Voice } from '@signalwire/realtime-api'
import { SignalWire } from '@signalwire/realtime-api'
import {
createCFClient,
expectPageReceiveAudio,
Expand Down
1 change: 1 addition & 0 deletions internal/e2e-realtime-api/src/task.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const handler = () => {
host: process.env.RELAY_HOST || 'relay.swire.io',
project: process.env.RELAY_PROJECT as string,
token: process.env.RELAY_TOKEN as string,
logLevel: 'debug',
debug: {
logWsTraffic: true,
},
Expand Down

0 comments on commit b96b166

Please sign in to comment.