forked from tsloughter/erlastic_search
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsys.config
34 lines (27 loc) · 827 Bytes
/
sys.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
%%% -*- mode:erlang -*-
%%% Warning - this config file *must* end with <dot><whitespace>
[
{sasl,
[
{sasl_error_logger, {file, "/tmp/erlastic_search.sasl_log"}}
]
},
%% (G)eneric (A)pplication (S)services config below here. This default config provides
%% the release with log rotaion and trunctation.
{gas,
[
{mod_specs, [{elwrap, {ewl_elwrap_h, start_link}}]},
{wiring, [
{elwrap, [
{wire, sasl, sasl_error_logger, "V:{sasl_error_logger, V}"},
{err_log, "/tmp/erlastic_search.err_log"},
{err_log_wrap_info, {{err,5000000,10},{sasl,5000000,10}}},
{transform_previous, "V:[V]"}
]}
]
},
{err_log_tty, true} % Log to the screen
]
},
{erlastic_search, []}
].