diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-21 16:03:54 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-10-22 22:42:48 +0200 |
commit | 738779b4c6453ebfb9916e2f59b1149e000a75e6 (patch) | |
tree | 211dbdb9a06f8bb1610b833d7959ff1a9be56720 /reltool.config | |
parent | 2201d5f6501b82683600d11c4d6593d2346f0861 (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"}]} ]}. |