From e820d0b615c935c71aca70b5a9d89388de8230c0 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Tue, 21 Oct 2014 16:03:54 +0200 Subject: Added lager for logging --- ebin/catlfish.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ebin/catlfish.app') 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, []}}]}. -- cgit v1.1