Skip to content

Commit

Permalink
Set mediaserver loglevel to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Oct 14, 2024
1 parent 956c423 commit d8c22e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/webrtc-observer-org/templates/mediaserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ data:
mediasoup:
numberOfWorkers: 2
workerSettings:
logLevel: "warn"
logLevel: "debug"
logTags:
- "info"
- "ice"
Expand Down
1 change: 1 addition & 0 deletions media-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ COPY package.json yarn.lock ./
RUN yarn
COPY . .
RUN yarn build
ENV DEBUG="mediasoup*"
CMD ["node", "lib/main.js"]

0 comments on commit d8c22e1

Please sign in to comment.