I'm trying to get mod_muc_log working and not having much luck. I don't have any particular concerns about where the logs go, how they're formatted, etc - I just want ANYTHING to come out right now. No matter what do set the outfile parameter too, I can't seem to get it to write logs out. I've tripled checked the write permissions on the directories I'm specifying, I've tried writing to /tmp, I feel like I've tried everything. Even more annoyingly, there don't seem to be errors anywhere that I can find.
So I have a couple of questions:
- if mod_muc_log was failing for some reason, where would it write out about those failures?
- why might mod_muc_log not write out log files?
- is there a timing component to this? I'm not sure how frequently it writes logs - maybe I've had working versions, but I send a few messages to thec onference, wait a little, check the log outdir and don't see anything. Does it take a long time to flush logs? Or have to hit a certain activity threshold?
Any guidance you have would be huge! Been beating my head against this for the last few days and have gotten pretty stuck.
Okay, I finally figured this
Okay, I finally figured this out. When I made the MUC room originally, I didn't set the "log this room" flag. Didn't notice this was a per-room option until I made a new room. Oops. Hope this helps someone else.