Created
July 23, 2013 10:56
-
-
Save ktkaushik/6061545 to your computer and use it in GitHub Desktop.
Log of sails application
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
| 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