The performance session at the bottom of page says that "Set your logger settings to ALL for the com.github.fommil.netlib package to check the status, and to com.github.fommil.jniloader for a more detailed breakdown. "
I am running some linear algebra code on Spark using Breeze. I added
log4j.logger.com.github.fommil.netlib=ALL
log4j.logger.com.github.fommil.jniloader=ALL
to the log4j.properties
file at spark-2.1.0/conf
. But I fail to see any logging information regarding netlib-java.