diff options
author | Magnus Ahltorp <map@kth.se> | 2015-03-04 22:48:40 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-03-04 22:48:40 +0100 |
commit | a706e79fa722f681320fe1b05824352b6b9a63fc (patch) | |
tree | 41907841f09f19d93adfab91eb314bb0789851f9 /README.md | |
parent | f800e5fae8f9579328477b3bc3e939d9f4369d32 (diff) | |
parent | e0f11a58033d52c70bc76b4b5611cb88485d4653 (diff) |
Merge branch 'extsign'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -25,14 +25,12 @@ command line, or install rebar yourself. # 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 |