I have found that alot of server repacks, and specifically servers created from scratch, have no "Logs" file, and some people that are new and are creating their WoW server may like to know that they can log Gm Commands and Cheaters. This is done by first going into your configs and enabling the logging.
For my examples I will use ArcEmu:
Open ArcEmu >
Go into 'Configs' folder >
Go into 'arcemu-world >
Hit ctrl+f and search for "Cheaters"
Now, you should be taken to the part where you can config your server to record commands and cheaters. To do this change this:
Code:
<Log Cheaters="0" GMCommands="0">
To this:
Code:
<Log Cheaters="1" GMCommands="1">
If they are both not already enabled already, do this.
Once this is done, go back into your servers base folder, for my example I am using ArcEmu, so go into the 'ArcEmu' folder:
Create a new folder >
Rename it to 'logs'
----------------------------
Now every, or most, GM commands are logged in a text document called "gmcommand" and all cheaters/hackers are recorded in a text document called "cheaters".
You can now monitor your GM's and staff without having to be present.
Yes, this is very basic stuff but I know alot of people didn't know this including me, for some time.