Mercurial > prosody-wiki
comparison mod_message_logging.wiki @ 446:a07ea836616e
Created wiki page through web user interface.
author | MWild1@gmail.com |
---|---|
date | Fri, 28 Mar 2014 15:32:00 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
445:8a6190c56c8f | 446:a07ea836616e |
---|---|
1 #summary Log/archive all user messages | |
2 #labels Stage-Beta | |
3 | |
4 = Introduction = | |
5 | |
6 Often service administrators need to log their users' messages for reasons such as auditing and compliance. This module simply logs user messages to simple text files, which can be easily searched, archived or removed on a regular basis. | |
7 | |
8 = Usage = | |
9 | |
10 Simply load the module and it will start logging. Reloading Prosody (e.g. with a SIGHUP) will cause it to close any open logs (and re-open them if necessary). | |
11 | |
12 = Configuration = | |
13 | |
14 || *Option name* || *Description* || | |
15 || message_logging_dir || The directory to save message logs in. Default is to create a 'message_logs' subdirectory inside the data directory. || | |
16 | |
17 = Compatibility = | |
18 | |
19 || 0.9 || Works || |