Skip to content

Commit ca7678d

Browse files
committed
Add trace logging for pion (dtls,ice,pc)
1 parent d76737b commit ca7678d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Test with Mock Database
160160
run:
161-
gotestsum --jsonfile="gotests.json" --packages="./..." --
161+
PION_LOG_TRACE=dtls,ice,pc PIONS_LOG_INFO=all gotestsum --jsonfile="gotests.json" --packages="./..." --
162162
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
163163
-count=3 -race -short -parallel=2
164164

0 commit comments

Comments
 (0)