Enable configuration of logging via environment variables during unit testing

This commit is contained in:
Blake Watters
2012-10-02 10:49:40 -04:00
parent c88627faf3
commit dd50ed0d2d

View File

@@ -44,6 +44,9 @@
RKLogError(@"Failed to create caches directory. Unable to run tests: %@", error);
NSAssert(directoryExists, @"Failed to create caches directory.");
}
// Configure logging from the environment variable. See RKLog.h for details
RKLogConfigureFromEnvironment();
}
@end