Skip to content
Snippets Groups Projects
Commit a948f067 authored by Shivaram Venkataraman's avatar Shivaram Venkataraman
Browse files

Suppress log messages in sbt test with two changes:

1. Set akka log level to ERROR before shutting down the actorSystem.
This avoids akka log messages (like Spray) from falling back to INFO
on the Stdout logger
2. Initialize netty to use SLF4J in LocalSparkContext. This ensures that
stack trace thrown during shutdown is handled by SLF4J instead of stdout
parent 3cc6818f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment