1MULOG(1)                      Museek Daemon Plus                      MULOG(1)
2
3
4

NAME

6       Mulog - Chat Logging Script for Museekd
7

DESCRIPTION

9       Mulog  is  command-line  Python  script that connects to museekd(1) and
10       saves chat messages into log files. Under the Log Directory, it creates
11       room & private subdirectories and a syslog file. If it loses connection
12       with museekd, it will automatically exit.
13
14       Setting the interface and password on the command-line  is  a  security
15       risk.  Since  interface  and  password settings are saved to the config
16       file when set, you should set them, exit mulog, and restart mulog with‐
17       out the options on the commandline..LP
18
19       Before  running,  you  will  need a working museekd(1) and need to know
20       your museekd interface and interface  password.  Configure  those  with
21       musetup(1).
22

SYNOPSIS

24       mulog   [-c   <config-filename>   ]  [--config  <config-filename>]  [-i
25       <host:port | /socket.path>] [--interface <host:port | /socket.path> [-p
26       <interface-password>] [--password <inteface-password>] [-l <directory>]
27       [--log <directory>] [-v] [--version] [-h] [--help]
28

OPTIONS

30       Mulog accepts the following options:
31
32       -c <filename>, --config <filename>
33              Use a different config file.
34
35       -l <directory>, --log <directory>
36              Use a different chat log directory.
37
38       -i, --interface <host:port | /socket.path>
39              Choose a different interface (saved to config file)
40
41       -p, --password <interface-password>
42              Choose a different password (saved to config file)
43
44       -v, --version
45              Display Version and exit.
46
47       -h, --help
48              Display Help and exit.
49
50

EXAMPLE

52       To run this program the standard way type:
53
54       mulog
55
56       Alternativly you use a different config file with:
57
58       mulog --config mulog.config
59
60       To set the interface password:
61
62       mulog --password 1234567890
63

FILES

65        ~/.museekd/mulog.config
66              The default location for the mulog config file.
67
68        ~/.museekd/logs/
69              The default log directory.
70
71        ~/.museekd/logs/syslog
72              The museekd error/connection log file.
73
74        ~/.museekd/logs/room/
75              The directory where chat room logs are stored.
76
77        ~/.museekd/logs/private/
78              The directory where private chat logs are stored.
79

AUTHORS

81       Hyriand <hyriand@thegraveyard.org>
82
83       daelstorm <daelstorm@gmail.com>
84

SEE ALSO

86       mucous(1)  murmur(1)  muscan(1)  muscand(1)museekcontrol(1)  museekd(1)
87       musetup(1) musetup-gtk(1) museeq(1)
88
89
90
91daelstorm                       Release 0.1.13                        MULOG(1)
Impressum