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

logging is not asynchronous #1

Open
zenhob opened this issue Dec 17, 2013 · 0 comments
Open

logging is not asynchronous #1

zenhob opened this issue Dec 17, 2013 · 0 comments
Labels

Comments

@zenhob
Copy link
Contributor

zenhob commented Dec 17, 2013

Problem: The logging facility uses vanilla ActiveRecord for logging during test runs, which blocks while it does so. This interferes with our ability to maximize concurrent throughput while logging is enabled.

Solution: Use a non-blocking API for logging during test runs.

Workaround: Turn off response logging when running your tests. This is already the default in production, since response logging should only be used when developing tests, not running them.

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

No branches or pull requests

1 participant