updated make file to remove user defined files
[otp-base.git] / tools / .appgen / blank_app_rel / blank_app.config.src
blob0c74324b3c9f73fcf302b9b415f7472963806de3
1 %%% -*- mode:erlang -*-
2 %%% Warning - this config file *must* end with <dot><whitespace>
4 %% write log files to sasl_dir
6  {sasl,
7   [
8    {sasl_error_logger, {file, "%LOG_OTP%/%REL_NAME%.sasl_log"}}
9   ]},
12 %% (G)eneric (A)pplication (S)services config below here. This default config provides
13 %% the release with log rotaion and trunctation.
14  {gas,
15   [
16    {mod_specs, [{elwrap, {fs_elwrap_h, start_link}}]},
18    % elwrap config.
19    {err_log, "%LOG_OTP%/%REL_NAME%.err_log"},
20    {err_log_wrap_info, {{err,5000000,10},{sasl,5000000,10}}}, 
21    {err_log_tty, true} % Log to the screen
22    ]}
24 %% Add app specifig configs below here. 
25 %% *Note* Don't forget to put a comma after the gas config if you do. 
27 ].