Testing Programs‎ > ‎

Test Data Analysis

Cloud9 Logging


NOTE:
 Cloud9 uses Google's logging library to print logging information. By default, logging is performed in files stored in /tmp. To log at the terminal instead, set the GLOG_logtostderr enviornment variable to 1. For instance:
$ GLOG_logtostderr=1 src/cloud9/Release+Asserts/bin/c9-worker ....
Read here more information about the possible environment variables pertaining to logging.

Comments