ejabberd - Comments for "mod_muc_log error" https://www.ejabberd.im/node/19102 en First: you provide two times https://www.ejabberd.im/node/19102#comment-63995 <p>First: you provide two times the out_dir option, which is not allowed: provide only one.<br /> Second: the option is called outdir, not out_dir.<br /> Third: there is a bug in ejabberd that is triggered when the option outdir isn't specified.</p> <p>So, try with this and it will work:</p> <pre> mod_muc_log: access_admin: muc_admin access_create: muc access_log: muc dirtype: plain dirname: room_name file_format: html outdir: "/srv/http/xmpp-logs/" file_permissions: mode: 644 group: 33 timezone: local </pre> Wed, 14 May 2014 11:30:57 +0000 mfoss comment 63995 at https://www.ejabberd.im