From f40d4a258f926614eb49492e1cc905f5f14f7509 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 21 Nov 2014 11:43:44 +0100 Subject: Have README reflect the current state of logging a bit better. --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e344bd5..ec4e428 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,12 @@ A compiled https://github.com/mochi/mochiweb (for web server functionality) in . # Logs and traces -As configured in httpd_props.conf, logs can be found in -catlfish/webroot/log in the rel directory. +Logs can be found in log/. -To enable a crazy amount of tracing information from inets, do +The amount of log sent to the console can be adjusted at runtime using - 1> inets_trace:enable(max, io). + lager:set_loglevel(lager_console_backend, NewLevel). -# To do +where ''NewLevel'' is one of -- Stop using inets httpd mod_esi and make catlfish a proper - application. + debug, info, notice, warning, error, critical, alert, emergency -- cgit v1.1 From 9168bd99fcbd53ca3d7714fb4e1c883dcd8cbd9c Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Wed, 19 Nov 2014 05:17:26 +0100 Subject: Remove references to jiffy --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ec4e428..5cb9df3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ catlfish is a Certificate Transparency log server (RFC 6962). A compiled plop application in ../plop -A compiled https://github.com/davisp/jiffy (for JSON encoding and decoding) in ../jiffy A compiled https://github.com/basho/lager (for logging) in ../lager A compiled https://github.com/mochi/mochiweb (for web server functionality) in ../mochiweb -- cgit v1.1 From 4cf7413cb55f66fc2875560c88a6ea8318499d9f Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Thu, 19 Feb 2015 13:51:33 +0100 Subject: Added hackney dependency text in README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5cb9df3..a012f3d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ A compiled plop application in ../plop A compiled https://github.com/basho/lager (for logging) in ../lager A compiled https://github.com/mochi/mochiweb (for web server functionality) in ../mochiweb +A compiled https://github.com/benoitc/hackney.git (http client) in ../hackney + +Note: hackney is dependent on rebar, but doesn't include one. You can +use the rebar from lager by adding "REBAR=../lager/rebar" to the make +command line, or install rebar yourself. # Start -- cgit v1.1