Skip to content

Instantly share code, notes, and snippets.

@ktkaushik
Created July 23, 2013 10:56
Show Gist options
  • Select an option

  • Save ktkaushik/6061545 to your computer and use it in GitHub Desktop.

Select an option

Save ktkaushik/6061545 to your computer and use it in GitHub Desktop.
Log of sails application
debug: --------------------------------------------------------
debug: :: Tue Jul 23 2013 16:15:08 GMT+0530 (IST)
debug:
debug: Environment : development
debug: Port : 1337
debug: --------------------------------------------------------
*************************************** you are in create action ***********************************************************
# this is req.params
[]
# this is req.url
/posts/create?name=sails
# this is req.body
{}
post created: { name: 'Static Post',
createdAt: Tue Jul 23 2013 16:15:15 GMT+0530 (IST),
updatedAt: Tue Jul 23 2013 16:15:15 GMT+0530 (IST),
id: 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment