Created
February 1, 2014 17:33
-
-
Save rferreira/8755586 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :~/jackfruit$ python | |
| Python 2.7.3 (default, Sep 26 2013, 20:03:06) | |
| [GCC 4.6.3] on linux2 | |
| Type "help", "copyright", "credits" or "license" for more information. | |
| >>> import jackfruit.settings | |
| loaded config path from environment variable: etc/testing.config.js | |
| [02/01/2014 17:32:54][1799][papaya.profile] INFO: call to function papaya.files.read took 0 ms | |
| [02/01/2014 17:32:54][1799][papaya.metrics] INFO: connecting to redis @localhost:6379/0 | |
| [02/01/2014 17:32:54][1799][papaya.metrics] INFO: clearing metric buckets | |
| [02/01/2014 17:32:54][1799][papaya.profile] INFO: call to function papaya.metrics.clear took 0 ms | |
| >>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment