Skip to content

Instantly share code, notes, and snippets.

@nailkhasipov
Created March 1, 2013 11:28
Show Gist options
  • Save nailkhasipov/5064064 to your computer and use it in GitHub Desktop.
Save nailkhasipov/5064064 to your computer and use it in GitHub Desktop.
[debug] application - Got dbo: { "className" : "com.mls.iapi.SetStoryCoverRequest" , "params" : { "className" : "com.mls.iapi.SetStoryCover" , "storyId" : { "$oid" : "512f5c7103641c73a5397c63"} , "newCover" : { "$oid" : "512f3b2c44ae322f6b49c82f"}}}
[debug] application - Skipping conversion of `effectiveAccountId` field
[debug] application - Restored dbo to request { "effectiveAccountId" : null , "params" : { "storyId" : { "$oid" : "512f5c7103641c73a5397c63"} , "newCover" : { "$oid" : "512f3b2c44ae322f6b49c82f"} , "className" : "com.mls.iapi.SetStoryCover"} , "className" : "com.mls.iapi.SetStoryCoverRequest"}
[debug] application - Account in session: { "birthday" : null , "emailVerified" : false , "location" : null , "email" : "[email protected]" , "master" : true , "accountName" : "Noel" , "_id" : { "$oid" : "512f5c5503641c73a5397c50"} , "discoverable" : true , "ACL" : { } , "siteURL" : null , "lastName" : null , "firstName" : null , "phoneVerified" : false , "nikname" : null , "className" : "com.mls.db.Account" , "avatarURL" : null , "about" : null , "profiles" : [ ] , "phone" : null , "gender" : null , "primaryLanguage" : "EN"}
[debug] application - Collection(Story).findOne;
Query: { "_id" : { "$oid" : "512f5c7103641c73a5397c63"}}
Found: Some({ "_id" : { "$oid" : "512f5c7103641c73a5397c63"} , "coverColour" : "white" , "ACL" : { } , "className" : "com.mls.db.Story" , "ownerId" : { "$oid" : "512f5c5503641c73a5397c50"} , "creationDate" : { "dateTimeZone" : "Asia/Yekaterinburg" , "year" : 2013 , "monthOfYear" : 2 , "dayOfMonth" : 28 , "hourOfDay" : 19 , "minuteOfHour" : 32 , "secondOfMinute" : 33 , "milliseconds" : 1362058353151} , "coverId" : { "$oid" : "512f3b2c44ae322f6b49c82d"} , "title" : "My awesome story" , "collaborators" : [ ]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment