1 %%% -*- mode:erlang -*-
2 %%% Warning - this config file *must* end with <dot><whitespace>
4 %% write log files to sasl_dir
8 {sasl_error_logger, {file, "%LOG_OTP%/%REL_NAME%.sasl_log"}}
12 %% (G)eneric (A)pplication (S)services config below here. This default config provides
13 %% the release with log rotaion and trunctation.
16 {mod_specs, [{elwrap, {fs_elwrap_h, start_link}}]},
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
24 %% Add app specifig configs below here.
25 %% *Note* Don't forget to put a comma after the gas config if you do.