diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-21 16:03:54 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-22 16:41:41 +0200 |
commit | 77f5f5fb1396609803e3b1b13f39c4f3498a6612 (patch) | |
tree | ba51156fc7bff5e9cfaf81800f36021a6451d58a /reltool.config | |
parent | ba5e731d2998e8200121d9f96870a2c54889a6c4 (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"}]} ]}. |