NSLog not showing for UITests command line

I am trying to use the NSlog to verify some network calls from the main app and I am running the UITest as well. The issue is the log shows up in the console of the xcode when its run from there however its not showing up when I run it on the build server or even local machine using command line. Any ideas? I am using Xcode 7.2 with iOS 9.2 iPhone simulator

NSLog not showing for UITests command line
 
 
Q