Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8fe659

Browse files
committed
Merge branch 'main' into peerlog
2 parents bf2f59f + a7d6f4b commit a8fe659

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
run:
160160
DB=true gotestsum --jsonfile="gotests.json" --packages="./..." --
161161
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
162-
-count=1 -race -parallel=2
162+
-count=1 -race -parallel=1
163163

164164
- uses: codecov/codecov-action@v2
165165
with:

peer/conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func newWithClientOrServer(servers []webrtc.ICEServer, client bool, opts *ConnOp
5555
opts.SettingEngine.SetSrflxAcceptanceMinWait(0)
5656
opts.SettingEngine.DetachDataChannels()
5757
lf := logging.NewDefaultLoggerFactory()
58-
lf.DefaultLogLevel = logging.LogLevelDisabled
58+
lf.DefaultLogLevel = logging.LogLevelTrace
5959
opts.SettingEngine.LoggerFactory = lf
6060
api := webrtc.NewAPI(webrtc.WithSettingEngine(opts.SettingEngine))
6161
rtc, err := api.NewPeerConnection(webrtc.Configuration{

0 commit comments

Comments
 (0)