# catlfish

catlfish is a Certificate Transparency log server (RFC 6962).

# Compile

    $ make
    $ make release

# Requirements

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

# Start

    $ (cd rel ; bin/erl -config catlfish)

# Logs and traces

Logs can be found in log/.

The amount of log sent to the console can be adjusted at runtime using

    lager:set_loglevel(lager_console_backend, NewLevel).

where ''NewLevel'' is one of

    debug, info, notice, warning, error, critical, alert, emergency