From 7c76d131110e4641114e3066844e7195efb2f33b Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Tue, 12 May 2009 19:36:15 +0000 Subject: Add non-streaming log-file handler. A GET request to /_log will show the last 1000 bytes of the logflie. More bytes can be requested with GET /_log?bytes=10000. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@774045 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/default.ini.tpl.in | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/couchdb') diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 337886e1..3caaf597 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -59,6 +59,7 @@ _replicate = {couch_httpd_misc_handlers, handle_replicate_req} _uuids = {couch_httpd_misc_handlers, handle_uuids_req} _restart = {couch_httpd_misc_handlers, handle_restart_req} _stats = {couch_httpd_stats_handlers, handle_stats_req} +_log = {couch_httpd_misc_handlers, handle_log_req} [httpd_db_handlers] _compact = {couch_httpd_db, handle_compact_req} -- cgit v1.2.3