1
0
Fork 0
Dieser Commit ist enthalten in:
Stephen McQuay 2013-12-21 00:44:45 -08:00
Ursprung 5829849118
Commit 6ea5241278
1 geänderte Dateien mit 24 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -1,2 +1,26 @@
itslog
======
`itslog` is a simple logging system. You can send it a payload that looks like
this:
{
"level" : 1,
"namespace": "ren.stimpy",
"payload": {
"type": "arbitrary object"
}
}
and `itslog` will gracefully shove it into a postgres database for future
retrieval. It is literally the simplest program of this variety one could
possibly imagine.
future work
-----------
implement a (very simple) query api, supporting filtering based on:
- log level
- namespace
- date range