Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store logs on disk #27

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

hbcarlos
Copy link
Contributor

I created a basic server extension with a WebSocket handler that receives all the logs from the frontend and stores them on files. The extension creates one file per client and saves every message that comes from the frontend into the file.

This is useful for RTC to debug issues because we can log something like console.debug(new Error().stack); and see the trace. Maybe we can make it configurable in the case is useful in other situations.

@hbcarlos hbcarlos added the enhancement New feature or request label May 31, 2022
@hbcarlos hbcarlos self-assigned this May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant