mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
28 lines
647 B
Plaintext
28 lines
647 B
Plaintext
|
%% Config file used to set advanced configuration options
|
||
|
|
||
|
[{lager,
|
||
|
[
|
||
|
{extra_sinks,
|
||
|
[
|
||
|
{object_lager_event,
|
||
|
[{handlers,
|
||
|
[{lager_file_backend,
|
||
|
[{file, "/var/log/riak/object.log"},
|
||
|
{level, info},
|
||
|
{formatter_config, [date, " ", time," [",severity,"] ",message, "\n"]}
|
||
|
]
|
||
|
}]
|
||
|
},
|
||
|
{async_threshold, 500},
|
||
|
{async_threshold_window, 50}]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]},
|
||
|
|
||
|
{riak_kv, [
|
||
|
%% Other configs
|
||
|
{add_paths, ["/usr/lib/ejabberd/ebin"]}
|
||
|
]}
|
||
|
].
|