Skip to content

Instantly share code, notes, and snippets.

Created September 17, 2013 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1ddc9b86acb1db54592c to your computer and use it in GitHub Desktop.
Save anonymous/1ddc9b86acb1db54592c to your computer and use it in GitHub Desktop.
nodejitsu logs returning no rows
johnk:/opt/http/jciapps$ jitsu logs --debug
fs: missing callback Error: EACCES, open '/Users/johnk/.bash_profile'
info: Welcome to Nodejitsu jciapps
info: jitsu v0.11.6, node v0.10.7
info: It worked if it ends with Nodejitsu ok
info: Executing command logs app
info: Attempting to load logs for /opt/http/jciapps/package.json
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/logs/jciapps/apphost',
debug: headers:
debug: { Authorization: '*************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: body: '{"from":"NOW-1DAY","until":"NOW","rows":100}' }
debug: { statusCode: 200,
debug: result:
debug: { data: [],
debug: numFound: 0,
debug: context:
debug: { rows: '100',
debug: from: 'NOW-1DAY',
debug: until: 'NOW',
debug: start: 0,
debug: query: 'json.user:jciapps AND json.app:apphost',
debug: order: 'desc' } } }
info: Listing logs for apphost
warn: No logs for apphost in specified timespan
info: Nodejitsu ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment