trying to emphasize the arbitrariness of the payload

This commit is contained in:
Stephen McQuay 2013-12-21 00:48:12 -08:00
parent 6ea5241278
commit ae10b4087a
1 changed files with 9 additions and 1 deletions

View File

@ -8,7 +8,12 @@ this:
"level" : 1, "level" : 1,
"namespace": "ren.stimpy", "namespace": "ren.stimpy",
"payload": { "payload": {
"type": "arbitrary object" "type": "arbitrary object",
"wait, any type?": [
"I am",
"very serious"
],
"pi": 3.142
} }
} }
@ -16,6 +21,9 @@ and `itslog` will gracefully shove it into a postgres database for future
retrieval. It is literally the simplest program of this variety one could retrieval. It is literally the simplest program of this variety one could
possibly imagine. possibly imagine.
Simply provide it with a `level`, a `namespace`, and a `payload`, and `itslog`
will do the rest. Please note that `payload` can be any valid json object.
future work future work
----------- -----------