If you're on windows, just load up a command prompt, change to your paintball2/pball directory and type this:
type qconsole27910.log | Find "ADMIN:"
On linux:
grep "ADMIN:" qconsole27910.log
If you want, you can redirect to a file with >:
type qconsole27910.log | Find "ADMIN:" > adminlog.txt