Mercurial > prosody-modules
comparison mod_message_logging/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 18:03:58 +0200 |
parents | mod_message_logging/README.wiki@29f3d6b7ad16 |
children |
comparison
equal
deleted
inserted
replaced
1802:0ab737feada6 | 1803:4d73a1a6ba68 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Beta' | |
4 summary: 'Log/archive all user messages' | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 Often service administrators need to log their users' messages for | |
11 reasons such as auditing and compliance. This module simply logs user | |
12 messages to simple text files, which can be easily searched, archived or | |
13 removed on a regular basis. | |
14 | |
15 Usage | |
16 ===== | |
17 | |
18 Simply load the module and it will start logging. Reloading Prosody | |
19 (e.g. with a SIGHUP) will cause it to close any open logs (and re-open | |
20 them if necessary). | |
21 | |
22 Configuration | |
23 ============= | |
24 | |
25 Option name Description | |
26 ----------------------- ----------------------------------------------------------------------------------------------------------------------- | |
27 message\_logging\_dir The directory to save message logs in. Default is to create a 'message\_logs' subdirectory inside the data directory. | |
28 | |
29 Compatibility | |
30 ============= | |
31 | |
32 ----- ------- | |
33 0.9 Works | |
34 ----- ------- |