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

Additional Logging #111

Merged
merged 2 commits into from
Oct 20, 2014
Merged

Additional Logging #111

merged 2 commits into from
Oct 20, 2014

Conversation

danvk
Copy link
Collaborator

@danvk danvk commented Oct 14, 2014

This logs stack traces when there are JS errors in the capture log. Previously it would log "[Object object]" for every function in the stack.

This also prints out the path to every log file generated by local dpxdt. Previously these were only visible if you ran with --verbose, at which point they were buried in stack traces and other messages. They're essential for debugging, and this puts them front and center.

Fixes #110

@danvk
Copy link
Collaborator Author

danvk commented Oct 14, 2014

This mitigates #104 by making it clearer where the logs are.

@danvk
Copy link
Collaborator Author

danvk commented Oct 20, 2014

I'm going to merge. Feel free to leave comments & I'll address them in a follow-up.

danvk added a commit that referenced this pull request Oct 20, 2014
@danvk danvk merged commit 2a4523e into bslatkin:master Oct 20, 2014
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.

Overly long stack traces
2 participants