summaryrefslogtreecommitdiff
path: root/ebin/catlfish.app
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-10-21 16:03:54 +0200
committerMagnus Ahltorp <map@kth.se>2014-10-21 16:03:54 +0200
commit049c5b4429558292b4c4736c229b8c0de12a9a72 (patch)
treeaafb6942971b4d9928ad5f1f0b13e3dcf8381a43 /ebin/catlfish.app
parentd8022ec19b65e042f1fbe10074a5dec8be6e59d3 (diff)
Added lager for logging
Diffstat (limited to 'ebin/catlfish.app')
-rw-r--r--ebin/catlfish.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app
index 8cbe5f7..44c9e0f 100644
--- a/ebin/catlfish.app
+++ b/ebin/catlfish.app
@@ -8,5 +8,5 @@
[{description, "catlfish -- Certificate Transparency Log Server"},
{vsn, "0.2.0-dev"},
{modules, [v1, catlfish_app]},
- {applications, [kernel, stdlib, plop, inets, jiffy]},
+ {applications, [kernel, stdlib, plop, inets, jiffy, lager]},
{mod, {catlfish_app, []}}]}.