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