Skip to content

Allow formatted results for _log

Sushruth Sivaramakrishnan requested to merge pull/33/logs_format into master

http://localhost:4444/_log?formatted=true

[15:09:06.541 UTC] [<0.7.0>] [info] Application couch_changes started on node 'barrel@127.0.0.1'
[15:09:06.554 UTC] [<0.7.0>] [info] Application runtime_tools started on node 'barrel@127.0.0.1'
[15:09:06.569 UTC] [<0.7.0>] [info] Application hackney started on node 'barrel@127.0.0.1'
[15:09:06.570 UTC] [<0.7.0>] [info] Application couch_mrview started on node 'barrel@127.0.0.1'
[15:09:06.609 UTC] [<0.7.0>] [info] Application couch_replicator started on node 'barrel@127.0.0.1'
[15:09:06.611 UTC] [<0.7.0>] [info] Application couch_randomdoc started on node 'barrel@127.0.0.1'
[15:09:06.614 UTC] [<0.7.0>] [info] Application couch_dbupdates started on node 'barrel@127.0.0.1'
[15:09:06.617 UTC] [<0.7.0>] [info] Application geocouch started on node 'barrel@127.0.0.1'
[15:09:08.701 UTC] [<0.333.0>] [info] 127.0.0.1 - - GET /_log 200
[15:09:09.098 UTC] [<0.333.0>] [info] 127.0.0.1 - - GET /favicon.ico 200

http://localhost:4444/_log

 API started on "http://0.0.0.0:5984/"
[15:09:06.518 UTC] [<0.7.0>] [info] Application couch_httpd started on node 'barrel@127.0.0.1'
[15:09:06.540 UTC] [<0.7.0>] [info] Application couch_index started on node 'barrel@127.0.0.1'
[15:09:06.541 UTC] [<0.7.0>] [info] Application couch_changes started on node 'barrel@127.0.0.1'
[15:09:06.554 UTC] [<0.7.0>] [info] Application runtime_tools started on node 'barrel@127.0.0.1'
[15:09:06.569 UTC] [<0.7.0>] [info] Application hackney started on node 'barrel@127.0.0.1'
[15:09:06.570 UTC] [<0.7.0>] [info] Application couch_mrview started on node 'barrel@127.0.0.1'
[15:09:06.609 UTC] [<0.7.0>] [info] Application couch_replicator started on node 'barrel@127.0.0.1'
[15:09:06.611 UTC] [<0.7.0>] [info] Application couch_randomdoc started on node 'barrel@127.0.0.1'
[15:09:06.614 UTC] [<0.7.0>] [info] Application couch_dbupdates started on node 'barrel@127.0.0.1'
[15:09:06.617 UTC] [<0.7.0>] [info] Application geocouch started on node 'barrel@127.0.0.1'

Merge request reports