lager icon indicating copy to clipboard operation
lager copied to clipboard

lager cant start app

Open yifanluo opened this issue 4 years ago • 1 comments

** exception throw: {error, {cannot_start_application,lager, {bad_return, {{lager_app,start,[normal,[]]}, {'EXIT', {{badarg,#Ref<0.2775571939.3511287809.33755>}, [{erl_syntax,abstract,1, [{file,"erl_syntax.erl"},{line,7225}]}, {glc_code,'-abstract_tables/1-lc$^0/1-0-',1, [{file,"src/goldrush/glc_code.erl"},{line,109}]}, {glc_code,abstract_module_,2, [{file,"src/goldrush/glc_code.erl"},{line,80}]}, {glc_code,abstract_module,2, [{file,"src/goldrush/glc_code.erl"},{line,39}]}, {glc_code,compile,2, [{file,"src/goldrush/glc_code.erl"},{line,29}]}, {glc,compile,2, [{file,"src/layer/goldrush/glc.erl"},{line,165}]}, {lager_util,trace_filter,2, [{file,"src/layer/lager_util.erl"},{line,340}]}, {lager_app,boot,1, [{file,"src/layer/lager_app.erl"}, {line,257}]}]}}}}}}

yifanluo avatar Dec 24 '19 03:12 yifanluo

Seems like you have a bad trace filter defined in your app.config or whatever file you're using to start your application.

jadeallenx avatar Dec 24 '19 20:12 jadeallenx