Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "HttpGetLog" page has been changed by NuuttiKotivuori.
http://wiki.apache.org/couchdb/HttpGetLog

--------------------------------------------------

New page:
= HTTP GET _log =

||'''Method'''||<-2>GET||
||'''Path'''||<-2>/_uuids||
||'''Query args'''||bytes='''n'''||How many UUIDs to generate ''(optional, 
default '''1000''')''||
|| ||offset='''n'''||How many UUIDs to generate ''(optional, default 
'''0''')''||
||'''Request body'''||<-2>None||
||'''Response body'''||<-2>JSON object containing a list of generated UUIDs||

== Description ==

Returns the tail of the server's log file.

== Example ==
{{{
GET /_log HTTP/1.1
}}}{{{
HTTP/1.1 200 OK

[Tue, 14 Sep 2010 00:28:28 GMT] [info] [<0.20318.14>] 127.0.0.1 - - 'GET' /_log 
200

}}}

Reply via email to