How about if the server is online for like a week without restarting? Kinda pointless not to save the logs
Looks good. The CMS is nice, even though I don't usually like bootstrap all too much.Good luck.
Caching something like chatlogs makes a lot more sense to me, unless you have a MYSQL server dedicated to chatlogs.
-
Chatlog goes into cache.
Mod Tool reads from cache.
Repeat.
-
Save chatlogs on 'room unload'
-
However, it's your project.
They're called logs so they're going to logged somewhere which can be readable more than once. You can disable chatlogs in the configuration. If you're worried about stress - but no one has ever had a problem with it before. Plus I'm using Jordan's method.
I second this. ^
--
If y'all so concerned about it I'll make an option to log to text file or mysql ^_^
nobodys trying to tell you how to code, merely suggestions. keep in mind, if you want your EMU being used by the community take there suggestions because its what they think would be best.
PS; good idea, also that with the option of packets in db for quick implementing.
Log them all in a text file till room is unloaded then move them from the text file to mysql on room unload.
Just a suggestion.