diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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 |