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

Rolling log file writer in new io module #406

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rocketraman
Copy link

A simple implementation to write request logs to files.

Implemented as a rolling system to avoid any one log file becoming too large, and setting an upper bound on device storage. The roll parameters are configurable.

This is useful for debugging user devices in production because apps can contain a feature to send these saved logs to a server for analysis.

Resolves #405 .

watchosX64()
tvosArm64()
tvosSimulatorArm64()
tvosX64()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed JavaScript from this list, BUT I'm wondering if we should actually leave it. The code should work fine on Node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: log to files
1 participant