diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-21 16:03:54 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-10-24 11:04:15 +0200 |
commit | e820d0b615c935c71aca70b5a9d89388de8230c0 (patch) | |
tree | dab6582225be840d8c7dee0800586be144afd025 /reltool.config | |
parent | c2415b2f3e337c072c4d5534d3f2b282d88d7230 (diff) |
Added lager for logging
Diffstat (limited to 'reltool.config')
-rw-r--r-- | reltool.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/reltool.config b/reltool.config index 80b374d..6f9d52a 100644 --- a/reltool.config +++ b/reltool.config @@ -13,5 +13,7 @@ {excl_archive_filters, ["^include$","^priv$","^\\.git$"]}, {app, catlfish, [{app_file, all}, {lib_dir, "."}]}, {app, plop, [{app_file, all}, {lib_dir, "../plop"}]}, + {app, lager, [{app_file, all}, {lib_dir, "../lager"}]}, + {app, goldrush, [{app_file, all}, {lib_dir, "../lager/deps/goldrush"}]}, {app, jiffy, [{app_file, all}, {lib_dir, "../jiffy"}]} ]}. |