Subj : Re: mrcchat.log To : All From : Warpslide Date : Sat Sep 18 2021 09:56 pm On 18 Sep 2021, Warpslide said the following... Wa> For those of us running MRC, you may want to check in your Wa> mystic/data/mrc directory for a file named mrcchat.log. Wa> I've been running this instance of Mystic since May and this file has Wa> grown to over 15MB and looks like it contains a transcript of everything I did some digging around mrc_client.py, and commented out line 110 which looks like this: clogfile = "%s%smrcchat.log" % (mrcdir, os.sep) And added this line just below: clogfile = "/dev/null" So it'd end up looking like: # clogfile = "%s%smrcchat.log" % (mrcdir, os.sep) clogfile = "/dev/null" This will log the chat to /dev/null which means it won't go anywhere. On a windows system you may be able to use: clogfile = "NUL" But I haven't tested that. Someone with more python experience than I have (read: none) may be able to do something more efficient. I don't actually know if this chat log is used/needed for anything, if not, it may be possible to eliminate this code entirely. If it is needed for something, this may end up breaking something. Jay .... Xerox your life. If you lose it, you'll still have a copy. --- Mystic BBS v1.12 A47 2021/09/07 (Raspberry Pi/32) * Origin: Northern Realms (21:3/110) .